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
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
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?
The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
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).
Urgent Questions shoot here: khnaz35@gmail.com
Enjoy nature
/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 4 guests