Search found 15 matches

Page 1 of 1

Search found 15 matches

Re: Recovering 'lost' ocmod xml files

artcore wrote:They're in the database, modification table ;D
Thank you :D

I didn't think to look there :)

I presume that mean I don't need to put them back in the mods folder (i.e. will them just being in the DB be enough through upgrades etc)

Jump to post
  • Sat Jan 30, 2016 6:45 am
  • Replies 3
  • Views 930
Recovering 'lost' ocmod xml files

Is there any easy (or less complicated than writing them again!) way to recover an ocmod purely from the /system/modification/* directories and/or logs ? My OpenCart 2.0 installation seems to have 'lost' (not sure why) the original ocmod.xml files. They all show in the Modifications page of the admi...

Jump to post
  • Sat Jan 30, 2016 3:24 am
  • Replies 3
  • Views 930
Subcategories in Menus

Not sure if this is the best place for this (i.e. can it be done just in a template in a neat way or if it should be a feature request?) but would it be possible to create "groups" by subcategory in a menu (e.g. debenhams.com or next.co.uk to see what I mean although it's quite common on m...

Jump to post
  • Thu Nov 20, 2014 3:51 am
  • Replies 0
  • Views 630
Understanding shipping and totals...

Hi, I'm trying to integrate with an unusual payment method in that *all* the customers details are provided by the payment provider (think e-wallet type system) and as such there is no 'order' at the time the checkout button is pressed. I have put together a simple module which receives this callbac...

Jump to post
  • Wed Feb 13, 2013 7:20 am
  • Replies 0
  • Views 126
Re: Force HTTPS on certain pages

If this breaks the 'add to cart' function on your shopping cart change the .htaccess as follows; # Require SSL for sensitive areas RewriteCond %{HTTPS} off RewriteCond %{QUERY_STRING} checkout|account [NC] RewriteCond %{QUERY_STRING} !checkout/cart/update [NC] RewriteRule (.*) https://www.yourstore....

Jump to post
  • Thu Mar 08, 2012 5:53 pm
  • Replies 17
  • Views 21695
Re: Adding variable to order_info.tpl on admin panel

Thanks - this has changed quite a bit from 1.4 then ; )

I've gone about it a completely different way - added a 'date_completed' to the order table and modified the model / controller / view etc appropriately.

Thanks for your help :)

Jump to post
  • Mon Feb 20, 2012 4:55 am
  • Replies 2
  • Views 1207
Adding variable to order_info.tpl on admin panel

I'm in the process of upgrading a store that's been running 1.4 for some time with various custom hacks in place and something which worked perfectly in 1.4 has me a little baffled in 1.5 Basically we need to know if the order has ever had 'complete' as a status, and amend a couple of other options ...

Jump to post
  • Sun Feb 19, 2012 5:47 am
  • Replies 2
  • Views 1207
Re: Changes in 1.5 checkout (previously used redirect)

I've resolved this by creating a separate controller and view to handle the 3DSecure prompt, the only problem I have now is when redirecting back if there's an error the customer must click through from Step 2 of the checkout process, back through to Step 6 in order to even see the error (although t...

Jump to post
  • Wed Oct 19, 2011 4:20 pm
  • Replies 1
  • Views 630
Returning to checkout page after unsuccessful payment

I have a payment module which if the payment is successful redirects to the usual 'success' page which works as expected. If the payment fails for any reason it sets the error message in $this->session->data['error'] and then redirects to the checkout/checkout page which shows this error in Step 6 T...

Jump to post
  • Wed Oct 19, 2011 5:38 am
  • Replies 5
  • Views 2444
Changes in 1.5 checkout (previously used redirect)

I have Qphoria's HSBC API module which I had previously modified to use with Barclays ePDQ MPI. The main difference between HSBC and Barclays (they both use the same underlying ClearCommerce system) is that Barclays do not provide the CCPA system that HSBC do and rely on you to produce an iframe con...

Jump to post
  • Tue Oct 18, 2011 5:44 am
  • Replies 1
  • Views 630
Re: [1.5.1] Generate invoice is missing

Just to submit another view on this - I actually amended my 1.4.x installation to use the order number as the invoice number (was neater than the auto-generated invoices that OpenCart assigned) - the fact that it's not sequential is not a problem in my eyes; Here in the UK HMRC are responsible for V...

Jump to post
  • Wed Jul 20, 2011 6:54 am
  • Replies 38
  • Views 10856
Re: Search function not working on Release: v1.5.1

Seems a few errors crept in when changing from mb function to LCASE (was it really a good idea to REPLACE the working version with one from SVN without any change to version numbering - there must be several different 1.5.1 'releases' out there by now. The following diff applied to model/catalog/pro...

Jump to post
  • Tue Jul 19, 2011 8:19 am
  • Replies 10
  • Views 3085
Re: Search function not working on Release: v1.5.1

I'm still finding search is not working in the latest released 1.5.1 (and SVN r487) Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'GROUP BY p.product_id ORDER BY p.sort_order ASC LIMIT 0,15' at line 1 Erro...

Jump to post
  • Tue Jul 19, 2011 7:59 am
  • Replies 10
  • Views 3085
No templated output from controller method

I'm trying to create a payment module - adapted from another - the index() method works as expected but when I try and use one of my own methods "tds()" (accessed with route=payment/my_module/tds) I cannot get the page to render as expected; $this->template = 'default/template/payment/my_m...

Jump to post
  • Mon Mar 21, 2011 6:09 am
  • Replies 0
  • Views 464
Barclays EPDQ MPI

Has anyone got any experience of integrating OpenCart with Barclays ePDQ MPI service (I am aware of the Qphoria CPI extension). It's very similar (same XML format) to the HSBC API (which I am currently using the Qphoria extension for) but with the additional requirement to generate pages for 3D Secu...

Jump to post
  • Sun Mar 20, 2011 9:05 am
  • Replies 0
  • Views 781

Page 1 of 1

Search found 15 matches