Search found 6396 matches

Search found 6396 matches

Re: checkout page crashed while huge traffic

i would recommend you to contact Journal theme developers. Their recent changelog shows quite a number of fixes for their checkout system.

Jump to post
  • Wed Nov 21, 2018 11:45 pm
  • Replies 1
  • Views 559
Re: Blank website issue

Check the PHP logs for any fatal errors causing 500 internal server error. The OpenCart logs wouldn't log that.

Once that is done, you can easily determine the issue. Restoring the cache file would be useless.

Jump to post
  • Wed Nov 21, 2018 11:43 pm
  • Replies 5
  • Views 1216
Re: Why are we still using Twig templates?

I would see it as OpenCart 4.0 if we rid of TWIG.

Jump to post
  • Mon Oct 29, 2018 10:59 pm
  • Replies 33
  • Views 11067
Re: The function of addOrderHistory() in bank_transfer.php is not working properly

Try using a debugger and tell us what's the response you're getting when you click the confirm button. Alternatively, have a look at your error logs.

Jump to post
  • Wed Oct 03, 2018 8:44 am
  • Replies 1
  • Views 807
Re: How can i use "bank transfer" extension twice?

How about renaming the Cheque / Money Order payment module? That should do what you need.

Jump to post
  • Wed Oct 03, 2018 8:43 am
  • Replies 1
  • Views 323
Re: Looking for Webhook Notification URL in OpenCart

Is this specific to the payment module (you've mentioned Square)? If yes, you can get in touch with the developers for assistance. If you are looking for generic web hook URL on OpenCart, there isn't one from what i understand

Jump to post
  • Wed Oct 03, 2018 8:42 am
  • Replies 3
  • Views 1675
Re: Strange canonical URLs problem - help

You will need to setup .htaccess redirection to either the www or non-www website, depending on how you've installed OpenCart. You can use the .htaccess codes you've pasted above, but some minor changes will be needed to have it point to the correct website. Alternatively, you can use the below. Aft...

Jump to post
  • Wed Oct 03, 2018 8:41 am
  • Replies 10
  • Views 1630
Re: SSL after the fact... ugh

In admin/config.php and your main config.php file, you will need to update the URL to reflect https accordingly.

Jump to post
  • Wed Oct 03, 2018 8:36 am
  • Replies 23
  • Views 2013
Re: Problem With installation

which files were modified before you uploaded the changes? You may want to revert those changes, as without more information, I wouldn't be able to pinpoint the issue

Jump to post
  • Tue Sep 04, 2018 11:27 pm
  • Replies 2
  • Views 1700
Re: Running two versions of Opencart

The session and the logged in customer ID is being switched around, but you have 2 different DBs. This means that switching between directories causes you to switch to a different DB, but running on the same session. The same logged in customer ID in testA that you have mentioned may not be present ...

Jump to post
  • Sat Aug 25, 2018 12:10 am
  • Replies 4
  • Views 686
Re: Running two versions of Opencart

Because both are on the same domain, the sessions are the same. Create onto a sub-domain instead.

Jump to post
  • Sun Aug 19, 2018 11:03 pm
  • Replies 4
  • Views 686
Re: Modification Folder Permissions Issue

If you have root access to the server, you need to configure the correct permission to the user running httpd or nginx service, depending on your server setup.

Jump to post
  • Sun Aug 19, 2018 11:01 pm
  • Replies 1
  • Views 350
Re: Session fields not always cleared I think .. OC 2 + 3

I've heard of this where some users with websites on shared servers ended up having their session jumping to a random user's session. It's usually a server issue, and you should consider moving to a better web host.

Jump to post
  • Sun Aug 19, 2018 11:00 pm
  • Replies 3
  • Views 857
Re: Customer order history not showing.

If you are receiving payment using PayPal, ensure PayPal IPN is turned on and working.

Jump to post
  • Sun Aug 19, 2018 10:59 pm
  • Replies 1
  • Views 959
Re: barcode stock control

Perhaps something like this for you to quickly scan a barcode and update the stocks on OpenCart: https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=21943 It was built with the intention of giving warehouse staff a quick and easy way to update the website, but should...

Jump to post
  • Sun Aug 19, 2018 10:58 pm
  • Replies 2
  • Views 1193
Re: PayPal Checkout in USD but default currency must be shown

There's a couple of extensions out in the marketplace that allows you to checkout with USD, but display prices in your own country's currency.

https://www.opencart.com/index.php?rout ... 20checkout

Jump to post
  • Sun Aug 19, 2018 10:57 pm
  • Replies 2
  • Views 534
Re: Seller literally scammed me and not responding or refunding - Worse Stripe Extension EasyStripe OpenPayments

Please make sure you contact the OpenCart team --- this seller has already been in trouble before for faking reviews, so hopefully this will help get them banned: https://www.opencart.com/index.php?route=support/contact Unfortunately, if you purchased directly through them then the OpenCart team ca...

Jump to post
  • Sun Aug 19, 2018 10:51 pm
  • Replies 5
  • Views 1393
Re: Any way to change US state to ISO?

From what I see in OpenCart 2.3.0.2, pp_pro.php file, it does check for US and sends the ISO code over. If you are not using PayPal Pro, you may want to instead open up that file and copy over the changes. Below is the line. $request .= '&STATE=' . urlencode(($order_info['payment_iso_code_2'] !=...

Jump to post
  • Sun Aug 19, 2018 10:44 pm
  • Replies 1
  • Views 295

Search found 6396 matches