Search found 26 matches

Search found 26 matches

Exporting Opencart 1.5.6 Customer Passwords in Plain Text

Hello, I am desperately trying to update my older opencart 1.5.6 to a new platform and I am looking for a way to export customer passwords as plain text because the encrypted passwords would not properly import into the new platform. Is there any way to decrypt them or export them as plain text for ...

Jump to post
  • Thu Dec 09, 2021 11:36 pm
  • Replies 1
  • Views 434
Re: 1.5.6 How to send order variables to header.tpl from controller for conversion tracking

This is the code I am trying to use in header.php: if (!empty($this->request->get['route'])) { $data['route'] = $this->request->get['route']; } else { $data['route'] = ''; } This is the code from header.tpl: <!-- Global site tag (gtag.js) - Google Ads: 1006202476 --> <script async src="https://...

Jump to post
  • Tue Jun 01, 2021 9:02 am
  • Replies 5
  • Views 762
1.5.6 How to send order variables to header.tpl from controller for conversion tracking

Hello, I am trying to use the gtag.js conversion tracking code in opencart 1.5.6 and I have been able to get it to work sending the order value variables from the checkout controller to the success.tpl, but I can not seem to get them in the header.tpl from the header controller. In the header.tpl i ...

Jump to post
  • Tue Jun 01, 2021 12:23 am
  • Replies 5
  • Views 762
Re: Jquery Accordion Destroy Function Error after Upgradeing Jquery

You could try using the instance method to check the accordion in not 'undefined' before destroy. https://api.jqueryui.com/accordion/#method-instance Doing that seemed to stop the error but broke the product accordion box being created making it loop. Any other suggestions for my code: function set...

Jump to post
  • Thu Dec 17, 2020 4:27 am
  • Replies 4
  • Views 4512
Re: 1.5.6.5 currency block not working & template pictures redirecting to homepage

Well, whatever you 'combined', out of different Downloads, OC V-PRO would not function without Bootstrap .... :laugh: Good Luck! ;) Ernie --- https://forum.opencart.com/download/file.php?mode=view&id=40286 Ernie, Yes those files are all intact from your 1.5.6.5 as seen below https://forum.openc...

Jump to post
  • Fri Dec 11, 2020 10:20 am
  • Replies 9
  • Views 4326
Re: Jquery Accordion Destroy Function Error after Upgradeing Jquery

Have you tried using jquery-migrate? https://github.com/jquery/jquery-migrate/tree/1.x-stable#readme Yes I am using it. Currently the following JS libs load in my header.tpl: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.js"></script> <script src="https://aja...

Jump to post
  • Fri Dec 11, 2020 9:58 am
  • Replies 4
  • Views 4512
Re: 1.5.6.5 currency block not working & template pictures redirecting to ho.epage

Thank you for your reply as I did see the errors. I have been able to eliminate all of the javascript console errors on the home page, but the issues were unaffected. Any suggestions on what to look at next? I've only had a quick look. Should your theme not include the catalog/view/javascript/boots...

Jump to post
  • Fri Dec 11, 2020 6:59 am
  • Replies 9
  • Views 4326
Jquery Accordion Destroy Function Error after Upgradeing Jquery

I am working on OC 1.5.6 with a custom theme that is no longer supported and I have been researching the console error I started receiving after upgrading my Jquery lib past 1.9 which is: "Uncaught Error: cannot call methods on accordion prior to initialization; attempted to call method 'destro...

Jump to post
  • Fri Dec 11, 2020 3:50 am
  • Replies 4
  • Views 4512
Re: 1.5.6.5 currency block not working & template pictures redirecting to ho.epage

Well, all this has not much in common with default 1.5.6.5 Code, it's therefore nearly impossible, to give you some advise on that: /catalog/view/theme/shoppica2/ https://www.protechtrader.com/js/jquery172.min.js https://www.protechtrader.com/js/jquery-ui1821.min.js /view/theme/shoppica2/stylesheet...

Jump to post
  • Wed Dec 09, 2020 7:28 am
  • Replies 9
  • Views 4326
Re: 1.5.6.5 currency block not working & template pictures redirecting to ho.epage

Look in your web browser's developer console. You have a few errors reported with some of the JavaScript on your site. Thank you for your reply as I did see the errors. I have been able to eliminate all of the javascript console errors on the home page, but the issues were unaffected. Any suggestio...

Jump to post
  • Wed Dec 09, 2020 7:19 am
  • Replies 9
  • Views 4326
1.5.6.5 currency block not working & template pictures redirecting to homepage

Hello All, I have recently upgraded from oc 1.5.6.4 to OC 1.5.6.5, and I have been able to work out most of the issues I had except two. I am hoping you can assist me as my currency drop down is no longer a drop down, but instead it is just text at the top which is not clickable/does nothing. The cu...

Jump to post
  • Tue Dec 08, 2020 9:08 pm
  • Replies 9
  • Views 4326
Re: WordPress OpenCart Product Display

Any chance their is a easy way to make it work for Opencart 1.5.6?

Jump to post
  • Mon Nov 13, 2017 3:36 am
  • Replies 7
  • Views 4691
How Can I Disable Gzip from CLI/FTP or DB?

Hello, I know how to disable gzip in the backoffice, but I can not find anywhere where the configuration is saved to disable it from command line or FTP or DB/MYSQL (if thats where it is stored). I know the config has to be saved somewhere that I can manually edit, can anyone point me in the right d...

Jump to post
  • Sun May 29, 2016 7:44 pm
  • Replies 2
  • Views 1128
Amazon Payments... still UK only?

The Amazon Payment module still dosen't seem to work for the US? Is this intentional?

It seemed to be the same way in 1.5x where it worked for UK and not for US, and it is advertised for Opencart 2.0. If this is going to be this way shouldn't it be advertised UK or UK/Whatever Only?

Jump to post
  • Thu Oct 16, 2014 7:15 am
  • Replies 1
  • Views 645
Re: OpenCart 2.0 ISSUES Topic

This file appears to be missing causing some apache errors: "view/image/payment/secure trading.png" Referenced From Both: admin\language\english\payment\securetrading_ws.php admin\language\english\payment\securetrading_pp.php I downloaded a copy to replace it myself, but I assume if it was...

Jump to post
  • Wed Oct 08, 2014 2:39 am
  • Replies 221
  • Views 107924
Re: 2.0 - Undefined variable: text_edit in... - FIXED

I had errors relating to this and I can confirm this fix god rid of them for me.

Jump to post
  • Tue Oct 07, 2014 7:45 am
  • Replies 18
  • Views 38099
Re: 301 Redirect Product to Product via htaccess

What you could try is making the redirect urls look like this and it MAY work for you :) from: http://www.domain.com/index.php?_route_=productA to: http://www.domain.com/productB Could you possibly give me a example? I ask as I do not know if you mean with "rewriterule" or "redirect ...

Jump to post
  • Wed Sep 10, 2014 6:11 am
  • Replies 3
  • Views 1023
301 Redirect Product to Product via htaccess

Hello, I am looking for some help as I have searched and read many pages on this and I can not get a 301 redirect to work in my htaccess file for a opencart product to another product. This is a live site and htaccess is working fine otherwise and I have used 301s before without a problem, but I can...

Jump to post
  • Tue Sep 09, 2014 11:06 pm
  • Replies 3
  • Views 1023
Shipment and Cancellation Feed Developer - Send me offers

Hello, I am looking for someone to develop a daily Shipment and Cancellation feeds for Opencart 1.5.6. Feeds would have to integrate tracking numbers as well which can be from another Opencart module (such as Aftership Package Tracking) since opencart does not support it by default. Feeds would have...

Jump to post
  • Wed Apr 02, 2014 11:04 pm
  • Replies 1
  • Views 594

Search found 26 matches