Search found 1259 matches

Search found 1259 matches

Re: Product Per Option Limit

FYI this is the site:

https://alternativeview.co.uk

You'll see the problem if you add two of the same products to the cart with two attendee names the same.

Jump to post
  • Thu Apr 25, 2024 5:58 am
  • Replies 3
  • Views 71
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 s...

Jump to post
  • Thu Apr 25, 2024 5:56 am
  • Replies 3
  • Views 71
Product Per Option Limit

Hi all, Does any one know how to get around this problem. I have an OC site selling event tickets. I have assigned an option to the ticket for the event attendees name. For each ticket that is added to the basket the name option must be filled in. The problem I'm having is sometimes the event ticket...

Jump to post
  • Thu Apr 25, 2024 5:10 am
  • Replies 3
  • Views 71
Re: Upgrading 3.0.3.7 to Supported PHP 8.1/8.2

friendlyspiderman wrote:
Mon Apr 22, 2024 11:28 pm
Am I looking at a fresh install to get this done? Some helpful tips and links would be appreciated.
Thanks for reading and most of all Thanks for your time. :)
A fresh install and export/import would be my preferred option. Upgrade script problems are fairly common.

Jump to post
  • Wed Apr 24, 2024 4:57 am
  • Replies 3
  • Views 298
Re: how to deny access my website from china ip address?

You can do it via the site htaccess file. You can also install Ninja Firewall Pro+ Edition or Cidram on your site and do it from an online control panel:

https://nintechnet.com/ninjafirewall/pro-edition

https://github.com/CIDRAM/CIDRAM

Jump to post
  • Fri Apr 12, 2024 4:57 pm
  • Replies 10
  • Views 469
Re: PayPal IPN notification field blank?

You don't need to. OC generally takes care of the callback. Enable debugging in the PayPal payment extension. Keep an eye on your OC error log file and check the PayPal callback history in your PayPal account dashboard.

Jump to post
  • Wed Apr 10, 2024 5:54 pm
  • Replies 1
  • Views 181
Re: Multiple SPAM New Customers registered

These are my two goto add-ons for problems like yours:

Ninja Firewall
https://nintechnet.com/ninjafirewall/pro-edition

The free version of Ninja Firewall is fine.

Cidram
https://github.com/CIDRAM/CIDRAM

Plus an admin security extension. Not perfect but pretty good. :)

Jump to post
  • Wed Mar 27, 2024 7:50 am
  • Replies 3
  • Views 401
Re: Change http:// to https:// in Settings

System/Settings/Server Use SSL = Yes. In your root and admin config.php files make sure all instances of http are https://.

Jump to post
  • Fri Mar 01, 2024 7:06 am
  • Replies 3
  • Views 2622
Re: Options for a Web Application Firewall besides Sucuri

Ninja Firewall is good and has a free version. Cidram is a bad traffic blocker. They both do different jobs. I run both side by side. Bitninja looks ok but it costs.

Jump to post
  • Mon Feb 26, 2024 12:38 am
  • Replies 12
  • Views 7536
Re: Want to display product's uploaded pictures in the product description section

You need to either move the relevant code in the product template file or write an ocmod to make the change.

Jump to post
  • Mon Feb 26, 2024 12:33 am
  • Replies 3
  • Views 206
Re: Provider upgrades to PHP 8.1 so i guess i have to upgrade to a newer version

Thanks for all the input. I have given it some thought and have decided to migrate to 3.x . Set it up on a local server and test all my mods one by one. Then test migrate my customers and products and what else i can migrate (blog and information pages) and then go live on my hosting provider. Wish...

Jump to post
  • Thu Feb 22, 2024 6:31 pm
  • Replies 7
  • Views 1496
Re: Stream from Soundcloud

You don't need an extension. You can simply use the SoundCloud embed code.

Jump to post
  • Mon Feb 12, 2024 10:41 pm
  • Replies 21
  • Views 2005
Re: Someone browsed to our renamed admin folder that is protected by htaccess

Hello Everyone, We've just noticed today that two people from different countries landed on our renamed admin folder. Our admin folder is protected with an .htaccess file that only allows browsers from our office ip address to access the folder. This is something we've never noticed before. I've go...

Jump to post
  • Fri Jan 26, 2024 3:00 am
  • Replies 6
  • Views 1584
Re: Product on home page

You could use a redirection extension for a quick fix.

Jump to post
  • Wed Jan 24, 2024 12:05 am
  • Replies 2
  • Views 825
Re: Error 500. Site downloading a file instead of loading webpages!

1. Run PHP 7.4
2. Update DB driver to MySQLi in root config and admin config files.
3. Update Vqmod to latest version.
4. Update library encryption file.

https://www.opencart.com/index.php?rout ... n_id=38012

Jump to post
  • Sun Jan 21, 2024 4:13 am
  • Replies 3
  • Views 1751

Search found 1259 matches