Search found 8727 matches

Search found 8727 matches

Re: Integrate Apple Pay in Opencart

You need a different payment processor to accept Apple Pay, like Stripe. If you want to use Stripe then my Pro extension supports Apple Pay and Google Pay: Stripe Payment Gateway Pro There are other options as well, including Braintree , Square , and PayPal . You'd need to register with the payment ...

Jump to post
  • Wed Apr 24, 2024 9:40 pm
  • Replies 2
  • Views 114
Re: [UPDATED] Account Login Captcha

Updated to v2024-4-22

Release Notes:

- Added: "Additional CSS" setting to add optional styling
- Fixed: front-end bug in some OpenCart 2 versions
- Fixed: ignoring IPs was not working in some OpenCart versions

Jump to post
  • Tue Apr 23, 2024 4:59 am
  • Replies 8
  • Views 14177
Re: Multi Store - Payment Methods

If you want to restrict them yourself, you'll have to modify their model files. Those would be located in this directory: /catalog/model/extension/payment/ You'd need to check for the current store_id, compare it against the store_id's you want to enable it for, and then enable/disable the extension...

Jump to post
  • Sat Apr 20, 2024 9:32 pm
  • Replies 1
  • Views 186
Re: Opencart 3.x.x - I am struggling to create a custom page.

1. Use 3.0.3.9 if you're using PHP 8.2: https://www.opencart.com/index.php?route=cms/download/history The upgrade should be pretty straight-forward from 3.0.3.6, but make sure you have a backup of your store just in case anything goes wrong. I haven't checked for database changes between those two v...

Jump to post
  • Sat Apr 20, 2024 9:30 pm
  • Replies 1
  • Views 95
Re: [UPDATED] Collect Payment Later

Updated to v2024-4-18 Release Notes: - Added: ability to utilize the payment "Terms" field in OpenCart 2 and 3, which are displayed next to the extension title in ( and ) brackets - Fixed: various errors occurring in OpenCart 4.0.2.x - Fixed: & in shortcodes values was not being c...

Jump to post
  • Fri Apr 19, 2024 5:02 am
  • Replies 14
  • Views 9457
Re: [UPDATED] Edit Order Line Items

Updated to v2024-4-18 Release Notes: - Added: stock info to the product data in the product auto-complete - Added: ability to choose a customer using auto-complete to populate some fields in the Edit Other Order Data section - Fixed: error related to missing "extension" column for added l...

Jump to post
  • Fri Apr 19, 2024 4:51 am
  • Replies 14
  • Views 10420
Re: [UPDATED] Taxamo Assure Integration

Updated to v2024-4-16 Release Notes: - Fixed: compatibility issue with PayPal Checkout when using the product page PayPal button and hiding tax rates on pre-checkout pages - Updated: CN values are now limited to 16 characters - Updated: OpenCart has the wrong zone codes for India, so the extension ...

Jump to post
  • Wed Apr 17, 2024 4:07 am
  • Replies 7
  • Views 3242
Re: [UPDATED] TaxJar Integration

UPDATED TO v2024-4-16 *** If you find this extension useful, please consider commenting or rating if you haven't already *** RELEASE NOTES: - Fixed: compatibility issue with PayPal Checkout when using the product page PayPal button and hiding tax rates on pre-checkout pages - Updated: improvements t...

Jump to post
  • Wed Apr 17, 2024 3:43 am
  • Replies 15
  • Views 7201
Re: [UPDATED] TaxCloud Integration

Updated to v2024-4-16

Release Notes:

- Fixed: billing address detection was not always correct in OpenCart 4.0.2.x
- Fixed: compatibility issue with PayPal Checkout when using the product page PayPal button and hiding tax rates on pre-checkout pages

Jump to post
  • Wed Apr 17, 2024 3:36 am
  • Replies 29
  • Views 16794
Re: [UPDATED] Stripe Tax

Updated to v2024-4-16

Release Notes:

- Fixed: compatibility issue with PayPal Checkout when using the product page PayPal button and hiding tax rates on pre-checkout pages

Jump to post
  • Wed Apr 17, 2024 3:29 am
  • Replies 3
  • Views 2986
Re: [UPDATED] Avalara Integration

Updated to v2024-4-16 Release Notes: - Fixed: compatibility issue with PayPal Checkout when using the product page PayPal button and hiding tax rates on pre-checkout pages - Updated: the Testing Mode log size check now happens on the front-end rather the admin panel, to more reliably stop log files...

Jump to post
  • Wed Apr 17, 2024 3:25 am
  • Replies 6
  • Views 3015
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 100
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 15219
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 18822
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 4196
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 197
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 526
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 295
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 1016
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 532

Search found 8727 matches