Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com
Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
With a shipping service, automated shipping rates are provided to customers during checkout when using the extensions. Which shipping extension are you using?
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Post your full solution for others too. If some one have same problem can be solved quickly. After all what is this community base on (help each other).
Got a burning question at 3 AM that even Google shrugs at? There’s a not-so-secret inbox that might just have your answer: khnaz35@gmail.com
Breathe in some nature while you're at it. It’s cheaper than therapy.
Feel free to sling a bear my way via PayPal @ khnaz35@gmail.com
/catalog/language/en/extension/shipping/pickup.php
Code: Select all
<?php
// Text
$_['text_title'] = 'Pickup';
$_['text_description'] = 'Pickup From Store';
/catalog/model/extension/shipping/pickup.php
before:
Code: Select all
'cost' => 0.00,
'text' => $this->currency->format(0.00, $this->session->data['currency'])
Code: Select all
'cost' => false,
'text' => false
Users browsing this forum: No registered users and 5 guests