Page 1 of 1
Search found 6 matches
Re: Quick Checkout - Efficient One Page Checkout Solution
Hi, there. I really love this extension, but I think I found a little bug (and fixed it). Redeeming vouchers from the quickcheckout page was not working. I looked through the voucher.php controller file, within the function validateVoucher, on line 68, I changed: if (!isset($this->request->post['vou...
Jump to post- Wed May 08, 2013 7:20 am
- Replies 13
- Views 6155
Re: SEO Friendly URL's on information pages
Had the same problem and finally fixed it. in the change_index_php_route.xml file, on line 83 it says: } elseif (isset($data['route']) && $data['route'] == 'checkout/cart') { just add a check for the remove query, so it will look like this: } elseif (isset($data['route']) && $data['r...
Jump to post- Wed May 01, 2013 11:34 pm
- Replies 31
- Views 38543
Show 'Free shipping' option when using coupon in checkout
This is a pretty tiny bug, but it took me a while to find it, so I thought I'd share in case anyone else ran into this. When you make a coupon for your site, you have the option of it including free shipping. However, during the checkout process, if the order total is less than what is normally requ...
Jump to post- Sat Apr 13, 2013 10:33 pm
- Replies 6
- Views 10530
Maintenance mode only blocks home page
Hi, there. I've spent a few hours trying to figure this out, and haven't done so (obviously). When our site is in maintenance mode, the home page shows the maintenance message, but if you click any link on the page, it will take you there no problem (product/category pages, cart/checkout pages, info...
Jump to post- Sat Apr 13, 2013 3:52 am
- Replies 2
- Views 1722
Re: [RELEASED] Override Engine for OpenCart
Thank you for pointing this out. The newTemplate and newMail methods should be indeed in the Factory class. I'll fix this and upload it as a new release soon. Update: OK, now fixed, please download and re-install. Great, thanks for the swift response. The O.E. is fantastic, I wish it was built into...
Jump to post- Fri Feb 22, 2013 11:11 pm
- Replies 320
- Views 264834
Re: [RELEASED] Override Engine for OpenCart
Hi there, I'm having a problem after upgrading both OC and the override engine to v1.5.5.1. During checkout, when I try to confirm a cc order (using pp_pro), the order is processed, but it stays on the checkout page (i.e. doesn't go to success page). I found that the POST request was causing this er...
Jump to post- Thu Feb 21, 2013 10:38 am
- Replies 320
- Views 264834
Search found 6 matches