Search found 4 matches

Page 1 of 1

Search found 4 matches

Re: How to remove all countries and only allow US

I'm using version 1.5.5.1. Opencart seems to only show enabled countries in the catalog but shows all countries in the admin section. So I wrote the following vqmod which limits results to status = 1. If anyone sees a flaw in this please let me know. Thanks. <file name="admin/model/localisation...

Jump to post
  • Wed Nov 13, 2013 2:38 am
  • Replies 60
  • Views 66811
Re: [VQMod] Support Thread for USPS Commercial/Online Pricin

You didn't answer in a couple of hours. I posted my problem in the extension area. You removed my comments in the extension area and posted them here two days later. As for posting code from a commercial mod I had found the "all" to "online" solution from a thread here before I f...

Jump to post
  • Sat Nov 02, 2013 1:00 am
  • Replies 8
  • Views 1026
Re: [VQMod] Support Thread for USPS Commercial/Online Pricin

That's interesting you don't know of the error until I point it out to you. You didn't answer me for two days which forced me to solve the problem myself. And when I give you the fix you then issue an update which is my fix. You then still refuse to issue me a refund. For anyone looking at this mod ...

Jump to post
  • Fri Nov 01, 2013 10:19 pm
  • Replies 8
  • Views 1026
Re: [VQMod] Support Thread for USPS Commercial/Online Pricin

After looking at your code I discovered the following. You set $cost equal to the commercial rate but if the commercial rate isn't set the error I posted above occurs. So I removed your code and entered the following. if(isset($postage->getElementsByTagName('CommercialRate')->item(0)->nodeValue)){ $...

Jump to post
  • Fri Nov 01, 2013 3:05 am
  • Replies 8
  • Views 1026

Page 1 of 1

Search found 4 matches