Search found 1469 matches

Search found 1469 matches

Re: How to setup tax rates in US

PM @Johnathan I think he has a taxjar integration or search the marketplace.
viewtopic.php?t=205637

-

Jump to post
  • Fri Apr 15, 2022 3:37 am
  • Replies 7
  • Views 555
Re: checkout fails

You sure you dont have some sort of anti-fraud/spam extension enabled? Double check your extensions and then check your actual PHP error logs.

-

Jump to post
  • Fri Apr 01, 2022 3:35 pm
  • Replies 16
  • Views 1051
Re: checkout fails

Check your PHP server error logs. Also check for ModSecurity.

Jump to post
  • Fri Apr 01, 2022 3:24 pm
  • Replies 16
  • Views 1051
Re: error You don't have permission to access this resource. new installation admin settings

Check your server error logs. This sounds like modsecurity, might want to check with your webhost.

Jump to post
  • Thu Mar 31, 2022 3:27 pm
  • Replies 3
  • Views 1110
Re: Change image sizes (WxL) for new uploads only

Maybe this explanation will help other users that are in the same boat as me ;o) For example: Currently, I have: /image/cache/catalog/some-directory/image-name- 500x500 .jpg, if I update the image size in the Opencart Settings all of my existing images will CHANGE TO /image/cache/catalog/some-direc...

Jump to post
  • Thu Mar 31, 2022 1:39 am
  • Replies 11
  • Views 747
Re: Where in the code is the INSERT statement into cart table

As an attempt, I called $this->session->data['customer_id'] = $customer['customer_id']; and voilà! The column customer_id in cart table was saved with the actual customer id. However, if you have other suggestion it will be welcome. Thanks Jaime Well I don’t know the full extent of your script, but...

Jump to post
  • Tue Mar 29, 2022 3:12 am
  • Replies 7
  • Views 1107
Re: Problem with landing page

Check your config to ensure you are using https...

Code: Select all

define('HTTP_SERVER', 'https://domain.com/');
define('HTTPS_SERVER', 'https://domain.com/');

Jump to post
  • Sun Mar 27, 2022 7:27 am
  • Replies 2
  • Views 288
Re: Setting up OCv3 changed store settings, now can't log in

I installed OpenCart 3.0.2.0 but i can't login to admin panel. I get redirected again to the login page and there is a user token as a query parameter in the URL. But can't access it. please help Is there a reason you installed 3.0.2.0 and not the current release? Was this a previous install? Error...

Jump to post
  • Sat Mar 26, 2022 1:49 pm
  • Replies 3
  • Views 401
Re: Missing Order OC-3.0.3.2

You want to look at the URLs in your access log for something like below...

Code: Select all

route=extension/payment/firstdata/notify
^ basically to see if firstdata is calling back to your website.

The callback would be most likely on the catalog side not the admin.

Jump to post
  • Sat Mar 26, 2022 2:09 am
  • Replies 33
  • Views 58300
Re: Large Session Table - keeps filling up

JNeuhoff wrote:
Wed Mar 23, 2022 11:25 pm
Your website might be under a bruteforce attack, see this forum thread for more details.
^ This. Looks like you have some post /admin/ hits in there might want to dig deaper.

Jump to post
  • Thu Mar 24, 2022 1:16 am
  • Replies 25
  • Views 2665
Re: After I installed the program, I got an error when accessing the site domain name

Please read the forum rules and supply your OC Version and PHP version. https://forum.opencart.com/viewtopic.php?f=176&t=200480 Issue is most likely your storage path is incorrect in your config or improper permissions. If you want further help then update your post with the required information.

Jump to post
  • Sat Mar 19, 2022 10:53 am
  • Replies 3
  • Views 368
Re: Request for Shipping Quote

Hi, I customized the Free Shipping extension and did a minor modification in order_info.twig. The simple code is working in version 3.0.2.0 but it doesn't work in the latest version of OC. Here's a simple code wherein the Free Shipping cell value is supposed to be editable/updateable. But in the la...

Jump to post
  • Fri Mar 18, 2022 1:16 am
  • Replies 5
  • Views 583
Re: VQMod 3.0.3.8 Not Working with Twig Files

If I delete the twig file from the Theme History then the extension works again. Has anyone else run into this issue with OC 3.0.3.8? Thanks in advance for any assistance. I assume you are reffering to the built in theme editor? That thing is flawed when used in conjuntion with ocmod, the theme edi...

Jump to post
  • Tue Mar 15, 2022 2:52 am
  • Replies 8
  • Views 744
Re: Add To Cart Not Responding

Journal issue or change made on your end via an extension or ocmod, etc.

Code: Select all

<b>Notice</b>: Undefined index: product_id in <b>/home/w5b1c/wbcindustries.com/catalog/controller/journal3/product_tabs.php</b> on line <b>121</b>

Jump to post
  • Thu Apr 29, 2021 1:51 am
  • Replies 4
  • Views 313
Re: RestFul API with no IP limitation

There are paid extensions on the marketplace. Otherwise build onto what ships with OC, unaware of any free REST API..

Jump to post
  • Fri Apr 16, 2021 7:58 am
  • Replies 3
  • Views 595
Re: OCMOD 3.0.3.7 not working with .twig file

Your ocmod isn't formatted correctly, eg: missing <code></code> Should be like: <?xml version="1.0" encoding="utf-8"?> <modification> <name></name> <version>1.0</version> <author></author> <link></link> <code></code> ..... Also if you have used the theme editor it will take prior...

Jump to post
  • Sat Apr 10, 2021 3:33 am
  • Replies 7
  • Views 1528

Search found 1469 matches