Search found 4642 matches

Search found 4642 matches

Re: Product Per Option Limit

The bit of code you want to look at is in system/library/cart.php. https://github.com/opencart/opencart/blob/31323f8ce70338e88570217f76e1111f7b2bcc8f/upload/system/library/cart.php#L318-L340 The add function adds the option to the product ID and uses this as the key in the cart. You would need to so...

Jump to post
  • Thu Apr 25, 2024 5:31 am
  • Replies 3
  • Views 55
Re: Where can I download version 3.0.4.0?

Oh, so that's how it is! 3.0.x. x is actually 3.0.4.0. I have a question: If I previously downloaded 3.0.x. x as 3.0.3.9, how can I upgrade to the latest 3.0.4.0 (which is the latest version of 3.0.x.x)? Thank you! There are no major changes to the database so you should be able to just update your...

Jump to post
  • Tue Apr 23, 2024 4:17 pm
  • Replies 15
  • Views 360
Re: Where can I download version 3.0.4.0?

IP_CAM wrote:
Tue Apr 23, 2024 1:25 am
Well, the Release I linked contains the Version Number 3.0.4.0, so I figured, that it could be something 'final' already. :D
That just means it's the likely version number when it is released. When it is released it will appear at https://github.com/opencart/opencart/releases.

Jump to post
  • Tue Apr 23, 2024 4:12 pm
  • Replies 15
  • Views 360
Re: Where can I download version 3.0.4.0?

3.0.4.0 has not been released yet. The 3.0.x.x branch on GitHub is work in progress, with changes being made to it all the time (although stable to use) and will hopefully be release as 3.0.4.0 at some point. When you download the 3.0.x.x branch you just get the latest code for the 3.0.x.x branch of...

Jump to post
  • Tue Apr 23, 2024 12:21 am
  • Replies 15
  • Views 360
Re: Display “Product Option Image” in customer’s “Order Info” History

It would be helpful to say which version of OpenCart you are using.

The images aren't stored with the orders. You would need to modify catalog/controller/account/order.php to use getProductOptions and then add the image to the option_data array.

Jump to post
  • Mon Apr 22, 2024 4:47 pm
  • Replies 2
  • Views 162
Re: editor no accept div

You have to switch out of code view before saving in the editor.

Jump to post
  • Fri Apr 19, 2024 7:14 pm
  • Replies 3
  • Views 346
Re: Not able get to admin panel after installing

Check both your PHP and OpenCart error logs and your web browser's developer console.

Jump to post
  • Fri Apr 19, 2024 7:12 pm
  • Replies 1
  • Views 329
Re: Page Cache working incorrectly

The cache extension would have to know if different content is to be served to mobile. You would need to look at the documentation for the cache extension to see if it's supported and how to enable.

Jump to post
  • Thu Apr 18, 2024 9:34 pm
  • Replies 1
  • Views 354
Re: PayPal Pro - unsupported currency error

Check the currency code entered in your settings doesn't have any spaces of hidden characters. Check the currency_code in the order details in the database is NZD.

Jump to post
  • Thu Apr 18, 2024 9:18 pm
  • Replies 2
  • Views 229
Re: not able to install open cart.

You don't say what version of OpenCart 3 you are installing, so I don't know if this would help. viewtopic.php?t=232762

Jump to post
  • Thu Apr 18, 2024 4:30 pm
  • Replies 2
  • Views 156
Re: 3.0.3.8 or 3.0.3.9?

You can see the differences at the links below. There are a lot of PHP 8+ compatibility fixes. If you are not upgrading to PHP 8+, then consider why you need to upgrade to only 3.0.3.8. You might want to wait for the next 3.0.x.x release as this will have more PHP compatibility, bug and security fix...

Jump to post
  • Thu Apr 18, 2024 4:26 pm
  • Replies 4
  • Views 269
Re: Order invoice twig file

I can see how not being able to edit the invoice template would be an issue. You will probably have to raise it as an issue on GitHub for the developers.

Jump to post
  • Thu Apr 18, 2024 12:34 am
  • Replies 3
  • Views 161
Re: Special Price stopped working on certain products, disappears in admin if I create a new special price

Did you check both your OpenCart and PHP error logs and also your web browser's developer console when editing the product?

Check both the PHP settings max_input_vars and post_max_size in your PHP settings using phpinfo().

Jump to post
  • Tue Apr 16, 2024 4:10 pm
  • Replies 17
  • Views 849
Re: How to disable Two Factor Authentication after enabling it accidentally [in VM]

teachableginger wrote:
Sun Apr 14, 2024 10:29 am
Hi, I am having the same problem, but I am not familiar with open cart database tables. Is that something I can find in cPanel? Like in the file manager? Thank you. Sorry I’m a newbie.
You can use phpMyAdmin under Databases in cPanel to see and modify your databases.

Jump to post
  • Sun Apr 14, 2024 10:57 pm
  • Replies 7
  • Views 1030
Re: GST tax in Opencart

Sorry to open an old wound but I am moving from another FREE shopping Cart Software System and like others they also have a Tax Included price system. I came across this thread as I am also looking for the same solution as Australian GST Laws are very strict about things like this. Prices displayed...

Jump to post
  • Fri Apr 12, 2024 4:18 pm
  • Replies 9
  • Views 931
Re: What's the best upgrade/export data path?

Compare the opencart.sql file from the two version. This will tell you what changes have been made to the database.

Jump to post
  • Fri Apr 12, 2024 7:08 am
  • Replies 4
  • Views 499
Re: Making proper external URL link for a product (OC 3.0.3.6)

Doesn't look like anything that would cause the redirect. Look at the response header the cookies look to be set. This would suggest the redirect is being done in OpenCart and not htaccess. You could disable your extensions/modifications one by one.

Jump to post
  • Thu Apr 11, 2024 8:06 pm
  • Replies 15
  • Views 813
Re: Making proper external URL link for a product (OC 3.0.3.6)

Looks like a problem with a redirect on your site. What rewrite and redirect rules do you have in your htaccess? Do you have any extensions that add redirects?

Jump to post
  • Wed Apr 10, 2024 4:02 pm
  • Replies 15
  • Views 813

Search found 4642 matches