Search found 19 matches

Page 1 of 1

Search found 19 matches

Order Number Jumps (missing orders?)

I've noticed something interesting in the admin page, if we look at the order ID number, there are often big jumps between the numbers, for example, from 1645 to 1652, from 1633-1636, from 1638-1641. Does this means that we lost all the customers in between ?

When are order numbers created ?

Jump to post
  • Tue Feb 07, 2012 6:58 pm
  • Replies 2
  • Views 2286
Re: Anchors in Info Pages Not Working

Isn't this a problem with the base href? i.e. the base href on the page is set to the site root so all relative links, including anchors, will start with that. Here is a jQuery workaround if that's feasible - it worked for me: http://www.cariboucms.com/blog/jquery-base-href-named-anchors-fix Works ...

Jump to post
  • Mon Aug 09, 2010 8:08 am
  • Replies 14
  • Views 5804
Re: SagePay Direct - 3132 Error

Thank you Juergen!
Working perfectly!

Robin

Jump to post
  • Wed Dec 30, 2009 10:28 pm
  • Replies 12
  • Views 2839
Re: SagePay Direct - 3132 Error

Hey Jurg,

Did you have a look yet?

Rob

Jump to post
  • Wed Dec 23, 2009 1:05 am
  • Replies 12
  • Views 2839
Re: SagePay Direct - 3132 Error

I haven't changed anything. :(

Jump to post
  • Mon Dec 21, 2009 10:58 pm
  • Replies 12
  • Views 2839
Re: SagePay Direct - 3132 Error

I still haven't sorted this, very frustrating - anyone got any ideas of what I should try? :-\

Jump to post
  • Thu Dec 17, 2009 7:47 pm
  • Replies 12
  • Views 2839
Re: SagePay Direct - 3132 Error

Yep, one of the first things I did.
The customer was shipping to florida so that's what I've checked and it is FL in the DB.

Jump to post
  • Wed Dec 16, 2009 11:11 pm
  • Replies 12
  • Views 2839
Shipping Zones / Northern Ireland

All the zones for Northern Ireland were missing, here they are: INSERT INTO `zone` (`zone_id`, `country_id`, `code`, `name`) VALUES (4001, 222, 'ANT', 'Antrim'), (4002, 222, 'ARM', 'Armagh'), (4003, 222, 'DOW', 'Down'), (4004, 222, 'FER', 'Fermanagh'), (4005, 222, 'LDY', 'Londonderry'), (4006, 222, ...

Jump to post
  • Wed Dec 16, 2009 10:02 pm
  • Replies 2
  • Views 2121
UK Shipping - Northern Ireland

All the zones for Northern Ireland were missing, here they are: INSERT INTO `zone` (`zone_id`, `country_id`, `code`, `name`) VALUES (4001, 222, 'ANT', 'Antrim'), (4002, 222, 'ARM', 'Armagh'), (4003, 222, 'DOW', 'Down'), (4004, 222, 'FER', 'Fermanagh'), (4005, 222, 'LDY', 'Londonderry'), (4006, 222, ...

Jump to post
  • Wed Dec 16, 2009 9:55 pm
  • Replies 0
  • Views 561
Re: SagePay Direct - 3132 Error

I think I've found the file / code: /public_html/catalog/controller/payment/sagepay_direct.php Line 194 > 196 if ($order_info['shipping_iso_code_2'] == 'US') { $data['DeliveryState'] = $order_info['shipping_zone_code']; } This all looks correct :-/ I also checked the DB and all the zone codes match ...

Jump to post
  • Wed Dec 16, 2009 9:21 pm
  • Replies 12
  • Views 2839
Re: SagePay Direct - 3132 Error

Update: SagePay have come back to me! The customer has a UK billing address set with delivery address set for the USA. When a customer is shipping to the USA the DeliveryState is required. I've been through the log and it shows that OpenCart handed SagePay "LDN" as the DeliveryState! Which...

Jump to post
  • Wed Dec 16, 2009 9:08 pm
  • Replies 12
  • Views 2839
SagePay Direct - 3132 Error

Hey Everyone, I recently had my first order from the USA. The order wouldn't go through, the error provided was: "3132 : The DeliveryState value is too long" So I did some digging around and it looks like 'DeliveryState' is optional. (http://www.sagepay.com/developers/integration_manual/di...

Jump to post
  • Wed Dec 16, 2009 7:53 am
  • Replies 12
  • Views 2839
Re: Force HTTPS on certain pages

Hey Everyone,

Yep - using SagePay direct, I haven't had any users do it recently...
Just a worry because things start to break when they do! :(

@iloveopencart - I've seen that idea before, however how do I force it for only certain pages? Maybe I should read every comment :)

Robin

Jump to post
  • Wed Dec 16, 2009 7:41 am
  • Replies 17
  • Views 21264
Force HTTPS on certain pages

Hey everyone, I've had a couple of customers getting to the 'order/confirm' page with http not https . This is causing problems with ajax calls when https is declared in the config.php. Any ideas how I can force the page to use https on certain pages? ht.access is possible, but how to define certain...

Jump to post
  • Tue Nov 24, 2009 2:01 am
  • Replies 17
  • Views 21264
Re: SagePay Direct with SSL and AJAX?

We've cracked it (with help from JNeuhoff). We added <?php echo HTTPS_SERVER ?> to the following pages ajax calls via post and load methods: $.ajax({ type: 'POST', url: '<?php echo HTTPS_SERVER ?>index.php?route=checkout/guest/payment', onchange="$('select[name=\'zone_id\']').load('<?php echo H...

Jump to post
  • Tue Nov 24, 2009 1:55 am
  • Replies 1
  • Views 927
SagePay Direct with SSL and AJAX?

Hi Everyone, I have installed the SagePay Direct module and (from what I can tell) it uses AJAX to send the card details and authorisation info etc. is this possible when using an SSL certificate? Firebug's log - Access to restricted URI denied code: "1012". Also I'm not sure if it's relat...

Jump to post
  • Sun Nov 22, 2009 7:34 pm
  • Replies 1
  • Views 927
Re: From CakePHP (BakeSale) to OpenCart

Hi Daniel, thank you for the update, looking forward to sagepay direct! Thanks JNeuhoff I will give that a try, then when the new upgrade is upon us I can just upgrade and all should be as I need it! The current site I'm moving (CakePHP) has some custom code which may be best adding as a plugin / mo...

Jump to post
  • Thu Oct 15, 2009 6:30 pm
  • Replies 4
  • Views 4116
From CakePHP (BakeSale) to OpenCart

Hi Guys / Gals, We are looking to move our existing site from a custom built CakePHP BakeSale site to a new and shiny OpenCart. The site currently uses PayPal Direct Payments, we are now moving to SagePay Direct. We would like a price to import or import script to bring stock with images across to O...

Jump to post
  • Mon Oct 12, 2009 6:36 pm
  • Replies 4
  • Views 4116

Page 1 of 1

Search found 19 matches