Search found 4378 matches

Search found 4378 matches

Re: Make Coupon code uppercase?

Thanks for the suggestion but that won't do the job, I think I need to modify somewhere in a variable in controller or model, not sure because I can't seem to find the one responsible... In total/coupon controller add mb_uppercase() function where it assigns submitted coupon to session variable. Mi...

Jump to post
  • Thu Aug 17, 2023 1:50 pm
  • Replies 9
  • Views 846
Re: Anyone know how to implement "sweetalert2" into OC3?

This plugin transforms JS alert() function into something pretty. OC doesn't use alert() function, it uses Bootstrap alerts. You can change alert colors using CSS same was as any other element.

Jump to post
  • Thu Aug 17, 2023 1:44 pm
  • Replies 3
  • Views 262
Re: How do you update breadcrumbs icons to something more modern?

If you mean home icon, then you need to update main language file and replace "text_home" with the path to the image you like: PNG, JPG, SVG etc.

Jump to post
  • Thu Aug 17, 2023 1:42 pm
  • Replies 6
  • Views 438
Re: WhatsApp chat manager with product page information

Rupesh Verma wrote:
Fri Apr 14, 2023 9:00 pm
Can i add it in the PHP tags?
What do you mean?

Jump to post
  • Sat Apr 15, 2023 1:39 pm
  • Replies 5
  • Views 978
Re: Digital download - video embed on page

You can't embed Youtube videos and disable their sharing at the same time.

Jump to post
  • Wed Apr 12, 2023 1:55 pm
  • Replies 8
  • Views 1191
Re: How to replace %20 in the search url?

With your code you're replacing empty string with %20. Swap the arguments.

Jump to post
  • Wed Apr 12, 2023 4:00 am
  • Replies 5
  • Views 1487
Re: Create a password-protected page - how?

Downloads are assigned to customers and their accounts are password protected. I'm not sure what you're trying to achieve.

Jump to post
  • Tue Apr 11, 2023 3:08 am
  • Replies 2
  • Views 588
Re: Creating an OC mod - how?

Depends. Zero details provided.

Jump to post
  • Thu Apr 06, 2023 4:46 pm
  • Replies 3
  • Views 398
Re: addOrderHistory didn't work with webhook

No, because you provided zero info.

Jump to post
  • Mon Apr 03, 2023 4:32 pm
  • Replies 19
  • Views 3068
Re: Tooltips on Wishlist, Compare, Account

by mona wrote:
Sat Apr 01, 2023 12:24 am
You could change all the appropriate the language files manually .. but if you read viewtopic.php?p=855555#p855555 .. it is a mistake.
OP is asking about tooltips like jQuery tooltips.

Jump to post
  • Sat Apr 01, 2023 3:00 am
  • Replies 5
  • Views 1879
Re: What kind of search extension can suggest misspelling

The trick with misspelling is that it's different for every language. I doubt any extension has some kind of misspelling engine, most likely it does it by splitting the key phrase into words and using OR operand with LIKE. For misspelling you need to have a dictionary to check against.

Jump to post
  • Fri Mar 31, 2023 4:09 pm
  • Replies 5
  • Views 2109
Re: want to have large scrollable pictures under the main product picture so the customer can simply scroll with thumb

Not sure what you mean, but lots of themes introduce alternative zooming plugins, which you can use. Or you can add such plugin to your current theme. Check some jQuery image zooming plugins, see if any suits your needs.

Jump to post
  • Thu Mar 30, 2023 1:54 pm
  • Replies 1
  • Views 1828
Re: Redirect to YouTube channel

1. No.
2. I doubt it, because the task is quite specific. But you can always ask a developer to create a modification for you. This one shouldn't be too complex.

Jump to post
  • Thu Mar 30, 2023 1:50 pm
  • Replies 3
  • Views 1306
Re: How to change the sort order of products in the cart of moment of placing in basket

It doesn't really sort it by anything. But you can add ORDER BY date_added to getProducts() function in system/library/cart/cart.php file.

Jump to post
  • Sun Jan 15, 2023 6:17 pm
  • Replies 9
  • Views 1559
Re: Usercode to register account in shop 3.0.3.8

The code is preset and is sent to the customer manully prior to registration. So the code should allready exist and not be sent out. If you preset the code so apparently it is saved in the database to be checked upon registration. If you manage to do this, it shouldn't be too hard for you to add an...

Jump to post
  • Mon Jan 09, 2023 9:23 pm
  • Replies 5
  • Views 689
Re: [SOLVED] How to make decimals smaller?

There's a JS based solution with regex, which will look for any float value, remove comma and add SUP tag on-the-fly for any price on any page. Yet it requires more scripting and tweaking.

Jump to post
  • Mon Jan 09, 2023 4:54 pm
  • Replies 9
  • Views 1620
Re: Usercode to register account in shop 3.0.3.8

How exactly do you want to send registration code? If by email, then it quite easy to implement. Yet if you want to send it by phone, then you also need to make a contact with your cell company.

Jump to post
  • Mon Jan 09, 2023 4:38 pm
  • Replies 5
  • Views 689
Re: Open cart payment module works fine in default theme but not working in OpencartWorks multivendor theme

If you have a custom theme, some extension won't work out of the box and will require customization. This is common for OpenCart.

Jump to post
  • Mon Jan 02, 2023 6:30 pm
  • Replies 4
  • Views 847

Search found 4378 matches