Search found 8716 matches

Search found 8716 matches

Re: Does OpenCart Have a Built-in Feature for Customer Balances and Payment Tracking?

OpenCart does have a Transactions feature, where you can give customers store credit. This will automatically be applied to their next order, so I'm not sure if that will work for what you have in mind. Payment methods wouldn't hook into that system by default, but there are probably some extensions...

Jump to post
  • Mon Apr 15, 2024 9:25 pm
  • Replies 1
  • Views 51
Re: [UPDATED] Flexible Products Module

Updated to v2024-4-12

Release Notes:

- Fixed: missing text string in OpenCart 2.3 versions
- Fixed: "Creation of dynamic property Pagination::$text is deprecated" error

Jump to post
  • Sat Apr 13, 2024 1:13 am
  • Replies 22
  • Views 15142
Re: [UPDATED] Extra Product Pages

Updated to v2024-4-12

Release Notes:

- Fixed: "Creation of dynamic property Pagination::$text is deprecated" error
- Updated: the "Bestsellers" page will now show the "Recently Updated" products if there have been no sales in the store

Jump to post
  • Sat Apr 13, 2024 1:03 am
  • Replies 22
  • Views 18752
Re: [UPDATED] Delivery Date Selector

Updated to v2024-4-12

Release Notes:

- Fixed: compatibility issue with MarketInSG's quick checkout
- Fixed: the selectors wouldn't initially reappear in 4.0.2.x installations if the shipping pop-up was closed and reopened
- Fixed: problem with Shipping Rate restrictions in 4.0.2.x

Jump to post
  • Sat Apr 13, 2024 12:49 am
  • Replies 7
  • Views 4161
Re: Redirect after purchase to order detail page

Code: Select all

$this->url->link('account/order/info', 'order_id=86');

Jump to post
  • Sun Apr 07, 2024 10:09 pm
  • Replies 2
  • Views 181
Re: 3.0.3.9 Fatal PHP error account/success on line 26

That line is related to the success message, and it's being loaded using the sprintf() function. The error implies that you have two %s variables in this language string from the /catalog/language/YOUR-LANGUAGE/account/success.php file: $_['text_message'] It should only have one by default. The stri...

Jump to post
  • Fri Apr 05, 2024 1:52 am
  • Replies 6
  • Views 501
Re: Request some features

I have an extension that would work for requirement #2 that you posted: Edit Order Line Items That lets you change product prices, and add other miscellaneous line items, to the order without changing anything else. Feel free to take a look at the screenshots and demo site, and if you're interested ...

Jump to post
  • Fri Apr 05, 2024 1:48 am
  • Replies 3
  • Views 271
Re: Need to add smart search and filter functionality for product search

The extension won't be *exactly* like the other one, but you can still put it horizontally. For example: https://www.getclearthinking.com/image/cache/catalog/ultimate-filters-module/ultimate-filters-module-7-1000x1000.jpg However, if you don't think the extension will work for you, then that's fine....

Jump to post
  • Tue Apr 02, 2024 10:23 pm
  • Replies 3
  • Views 686
Re: Show Postcode in Checkout Dialogue

You are not telling us the whole story here. In a standard OC 3.0.3.2 the post code is already included the the checkout/payment_address.twig and checkout/shipping_address.twig, wychegnome meant that the postcode doesn't show up in the address selector for saved addresses. So adding a new address s...

Jump to post
  • Tue Apr 02, 2024 10:21 pm
  • Replies 8
  • Views 495
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 130
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 686
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 495
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 474
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 270
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 495
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 149
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 14217
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 49226
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 13061
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 6212

Search found 8716 matches