Search found 8727 matches

Search found 8727 matches

Re: /index.php?route=common/home

I have a discontinued extension called Rewrite Manager that can do this, but I could sell you a copy if it would work for you. It can rewrite the "route=" portion of the URL. It can't rewrite query string parameters, so if you have a URL like this: https://www.yourdomain.com/index.php?rout...

Jump to post
  • Tue Apr 02, 2024 10:17 pm
  • Replies 1
  • Views 140
Re: Need to add smart search and filter functionality for product search

I have two extensions that in conjunction can do this: Smart Search or Smart Search Pro and Ultimate Filters Module Ultimate Filters will automatically pull all attributes and options you've set up, you would just need to make sure you're using consistent attributes and options across your products....

Jump to post
  • Mon Apr 01, 2024 9:28 pm
  • Replies 3
  • Views 1027
Re: Show Postcode in Checkout Dialogue

Try to refresh your ocMod cache in Extensions > Modifications, and any other caching extensions you have. You may also need to clear the theme cache, which you can do using the gear icon in the upper-right of the main admin Dashboard page.

Jump to post
  • Mon Apr 01, 2024 9:26 pm
  • Replies 8
  • Views 532
Re: marketplace down?

It's working fine for me. Perhaps try clearing your cookies/browser cache?

Jump to post
  • Sun Mar 31, 2024 9:56 pm
  • Replies 1
  • Views 498
Re: Upgrade Error

The "product_tag" database table hasn't existed since early OpenCart 1.5 versions, so you're probably using a mod that isn't coded for 3.0 (or it's doing a check wrong and thinks your installation is an old OpenCart version). You will need to try disabling/removing the extensions you've in...

Jump to post
  • Sat Mar 30, 2024 10:29 pm
  • Replies 2
  • Views 321
Re: Show Postcode in Checkout Dialogue

If you're using the default OpenCart checkout, try this edit: IN: /catalog/view/theme/default/template/checkout/payment_address.twig and /catalog/view/theme/default/template/checkout/shipping_address.twig REPLACE BOTH INSTANCES OF: {{ address.zone }}, {{ address.country }}</option> WITH: {{ address....

Jump to post
  • Sat Mar 30, 2024 10:25 pm
  • Replies 8
  • Views 532
Re: Quick check out

It sounds like you may want a quote extension instead of a quick checkout. Try searching for that in the marketplace:

https://www.opencart.com/index.php?rout ... arch=quote

Jump to post
  • Sat Mar 30, 2024 10:22 pm
  • Replies 1
  • Views 191
Re: [UPDATED] Ultimate Filters Module

Updated to v2024-3-28 Release Notes: - Added: new filter type for product tags - Added: new "Slider" display option for attribute filters and option filters - Added: ability to set option filters to show relevant values for the current category, instead of just the current product results...

Jump to post
  • Fri Mar 29, 2024 3:55 am
  • Replies 17
  • Views 14274
Re: [UPDATED] Filter by Price Module

Updated to v2024-3-28 Release Notes: - Fixed: issues caused on the front-end related to the extension caching its settings when OpenCart was set to use a non-file caching system - Fixed: "Creation of dynamic property Pagination::$text is deprecated" error - Fixed: issues with the Clear Al...

Jump to post
  • Fri Mar 29, 2024 3:52 am
  • Replies 29
  • Views 49281
Re: [UPDATED] Filter by Attribute Module

Updated to v2024-3-28 Release Notes: - Fixed: issues caused on the front-end related to the extension caching its settings when OpenCart was set to use a non-file caching system - Fixed: "Creation of dynamic property Pagination::$text is deprecated" error - Fixed: issues with the Clear Al...

Jump to post
  • Fri Mar 29, 2024 3:44 am
  • Replies 18
  • Views 13104
Re: [UPDATED] PayPal Payment Gateway

Yes, it works fine with Journal 3 and its quick checkout. If you do have any issues, please contact me here:

www.getclearthinking.com/contact

Jump to post
  • Thu Mar 28, 2024 10:09 pm
  • Replies 7
  • Views 6281
Re: [UPDATED] Smart Search Pro

Updated to v2024-3-25 Release Notes: - Added: Fulltext searches now follow a similar set of Phases as the normal Smart Search algorithm, which should help improve finding relevant results - Added: if the "Include Categories/Manufacturers From Product Results" setting is enabled, the regul...

Jump to post
  • Tue Mar 26, 2024 12:48 am
  • Replies 18
  • Views 10511
Re: [UPDATED] Smart Search

Updated to v2024-3-25 Release Notes: - Fixed: searching on a tag wouldn't record the word in the Testing Mode log - Fixed: "Trying to access array offset on value of type null" error - Fixed: Filters in the Search History would reset after changing pages - Fixed: accented characters were ...

Jump to post
  • Tue Mar 26, 2024 12:44 am
  • Replies 63
  • Views 49344
Re: Discount "-" negative sign missing in checkout total

This would be a bug in the extension you're using. The internal value of the line item is separate from the textual display of the line item, so it sounds like it gets the value right, but the text wrong. Look for the 'value' parameter in the front-end file: /catalog/model/extension/total/YOUREXTENS...

Jump to post
  • Sat Mar 23, 2024 5:51 am
  • Replies 5
  • Views 289
Re: New Payment Extension Displays Bank Transfer Message on Checkout

1. It sounds like the extension is loading the bank transfer message from its settings. Contact the developer of the extension and report this bug to them. If you created this yourself, then check your code --- you probably copied the bank transfer message by copying the code and not removing that l...

Jump to post
  • Fri Mar 22, 2024 8:59 pm
  • Replies 1
  • Views 393
Re: How to Calculate GST based on Sub Total

You could use Total-Based Fee/Discount for this. You'd set it up like this: ------------------------------------------------------------------------------ CHARGE #1 Title: GST Sort Order: 1 Charge Field: 0-1000 = 5%, 1000-99999 = 12% ------------------------------------------------------------------...

Jump to post
  • Fri Mar 22, 2024 8:56 pm
  • Replies 2
  • Views 570
Re: [UPDATED] Stripe Payment Gateway Pro

Updated to v2024-3-20 Release Notes: - New Payment Method: Bank Transfer (for manual, customer-initiated transfers) - Fixed: issues with sending out the failed subscription e-mail - Fixed: guest address detection for orders created by subscriptions in 4.0 - Fixed: customer names were not being pass...

Jump to post
  • Thu Mar 21, 2024 1:03 am
  • Replies 37
  • Views 31380
Re: [UPDATED] Stripe Payment Gateway

Updated to v2024-3-20 Release Notes: - Fixed: issues with sending out the failed subscription e-mail - Fixed: guest address detection for orders created by subscriptions in 4.0 - Updated: the checkout success URL now includes the language in 4.0 versions - Updated: added a small compatibility fix f...

Jump to post
  • Thu Mar 21, 2024 1:01 am
  • Replies 66
  • Views 47138
Re: [UPDATED] Basic Stripe Payment Gateway

Updated to v2024-3-20

Release Notes:

- Updated: the checkout success URL now includes the language in 4.0 versions
- Updated: added a small compatibility fix for a specific 4.0 SEO extension

Jump to post
  • Thu Mar 21, 2024 12:57 am
  • Replies 1
  • Views 1913
Re: Pre-select Checkout Options

I've now released my 4.0 Checkout Improvements extension, and it is available here: https://www.getclearthinking.com/4.0-checkout-improvements I'll likely expand the functionality as I get feature requests from users, but it depends on the complexity of what is being requested. Feel free to take a l...

Jump to post
  • Tue Mar 19, 2024 12:37 am
  • Replies 8
  • Views 746

Search found 8727 matches