Search found 15 matches

Page 1 of 1

Search found 15 matches

Re: [VQMod] USPS API Update (Latest API Update)

Right, I've got a fix. In catalog/model/shipping/usps.php two additional fields are needed in the API request After (line 282): if (isset($country[$address['iso_code_2']])) { $xml = '<IntlRateV2Request USERID="' . $this->config->get('usps_priority_user_id') . '">'; insert $xml .= ' <Revisi...

Jump to post
  • Fri Jun 05, 2015 1:06 pm
  • Replies 285
  • Views 96949
Re: [VQMod] USPS API Update (Latest API Update)

I have the same issue. Started on May 31st. USPS Priority Mail to Canada now requires the origin zip and this isn't being passed in the USPS shipping extension. I've two site running v1.5.1.3 and v2.0.2.0, both are affected in the same way. There are no errors in the vqmod error logs but the main er...

Jump to post
  • Fri Jun 05, 2015 7:32 am
  • Replies 285
  • Views 96949
Re: Authorize.net Security - POODLE

I haven't had the chance to test yet, but the code I posted is for a server where the version of curl is <v7.34.0 If your hosting uses v7.34.0 or later then this may work instead curl_setopt($curl_request, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1_2); You can check the version of curl using the phpi...

Jump to post
  • Thu Oct 30, 2014 12:15 pm
  • Replies 10
  • Views 3680
Re: Authorize.net Security - POODLE

A quick fix (rather than disabling SSLv3 on your server) is to force curl to use TLS instead. In theory you can just pop this line in under the rest of the curl options (around line 104) in /catalog/controller/payment/authorize_aim.php curl_setopt($curl, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1); I...

Jump to post
  • Wed Oct 29, 2014 5:36 am
  • Replies 10
  • Views 3680
Re: 2.0 Beta has been released!

apart from the complaints about the code, what do you guys think of the new admin design? It's super clean but there's a big issue with the UI flow. Why are the search/save/submit buttons at the top of the page? Unless you complete forms backwards you work down the page (top left to bottom right) a...

Jump to post
  • Tue Sep 30, 2014 1:22 pm
  • Replies 51
  • Views 38115
Re: Max weight for RM then use another shipping module????

Use the Restrict Shipping Methods extension from GetClearThinking. It'll do everything you need

Jump to post
  • Tue May 22, 2012 2:35 pm
  • Replies 2
  • Views 897
Re: linking option stock with each other?

Nope, the stock is only subtracking for the main product, not options.

I don't know of a way (without custom code) to do this. The options functionality seems to be designed around options on products (such as red shirt, blue shirt) not combinations of products.

Jump to post
  • Wed Apr 25, 2012 6:08 pm
  • Replies 5
  • Views 486
Re: Shipping options, Different packaging

If you want to stick with weight-based shipping, then why not change the high volume packing product's weight to a higher figure that will match with the higher postal charges?

Otherwise the Individual Product Shipping extension would do the job.

Jump to post
  • Wed Apr 25, 2012 6:03 pm
  • Replies 4
  • Views 637
Re: [vQmod] Purchase Verification for Reviews

Getting this mod to work with Shoppica is an easy change to the section starting at line 41 of the xml file: replace this: <file name="catalog/view/theme/default/template/product/product.tpl"> <operation> <search position="after" index="1"><![CDATA[ <div id="review...

Jump to post
  • Fri Feb 03, 2012 4:31 pm
  • Replies 24
  • Views 22201
Re: Accessing order total from payment module?

I would like to do the exact same thing with v1.5.1.3 but the above code doesn't work. I can't for the life of me work out what changed to break the code...

Any chance of an update to pick up the total?

Jump to post
  • Fri Jan 20, 2012 9:42 pm
  • Replies 12
  • Views 6029
What is the "Login to store" in Admin > Sales > Customer do?

I was playing in the admin site (of 1.5.1.3) and wondered, when I'm looking at a customer's account in Sales > Customers, to the right of the Date Added field is a dropdown with the column name of "Login to Store", and a single value of "Default" in the dropdown. What's it suppos...

Jump to post
  • Fri Dec 09, 2011 4:37 pm
  • Replies 2
  • Views 945
Re: OpenCart 1.5.1.3 Released

Daniel wrote:i'm pretty sure i can get the order editor working this month.
That would be epic, I really appreciate your efforts and I'm looking forwards to seeing this appear shortly. Thanks!

Jump to post
  • Sun Oct 02, 2011 10:14 am
  • Replies 252
  • Views 104692
Re: OpenCart 1.5.1.3 Released

Was the ability to edit an order not included in this release? No. So... will the next release contain it? This is a pretty major functional requirement for quite a few clients of mine, it's a real killer as the rest of the package is superb and I'm having to recommend alternatives (when I'd really...

Jump to post
  • Fri Sep 30, 2011 1:50 pm
  • Replies 252
  • Views 104692
Re: Not how, but *which* countries to disable dealing with?

Politics aside, we simply choose not to send items to countries that can't accept those items, or not to send items to countries where it is illegal under our local laws. These 2 links will keep you updated on mail issues around the world: http://www2.royalmail.com/customer-service/international-inc...

Jump to post
  • Wed Jul 13, 2011 5:44 am
  • Replies 4
  • Views 898

Page 1 of 1

Search found 15 matches