Page 1 of 1

[UPDATED] Redirect Add to Cart Buttons

Posted: Fri Jan 13, 2017 4:24 am
by Johnathan
Image

Current Version: v2023-6-27 (release notes)

OpenCart Versions: 1.5.0.x - 4.0.2.x

To Purchase: Visit OpenCartX or opencart.com

Image Image Image

This extension allows you to redirect the "Add to Cart" button for products to any page you want. You can change each product's redirect URL and button text individually, directly within the product editing area in the admin panel. It can be used for affiliate marketing, redirecting to manufacturers, pointing one product to another, and more.

  • Upload and go — no core file modifications are necessary. The extension utilizes vQmod for OpenCart 1.5.x, ocMod for OpenCart 2.x/3.0, and Event hooks for OpenCart 4.0.
  • Quickly and easily add a redirect URL and custom button text for each product in its "Data" tab.
  • Choose whether the product page itself results in a redirect, or only when the customer clicks the "Add to Cart" button.
  • Records the number of times the redirect has been used, which can be changed or reset alongside the other data at the bottom of the Product editing page.
  • Choose a different button color for Redirected buttons within the extension settings.
  • Easily export and import your list of redirect URLs, button texts, and other settings.
  • Automatically displays the redirect URLs under the product name in the Catalog > Products area.
  • 100% compatible with the Add to Cart Button Switcher


Image Image Image Image Image

Re: [UPDATED] Redirect Add to Cart Buttons

Posted: Thu Jun 01, 2017 12:04 am
by Johnathan
Updated to v230.2

Release Notes:

- Fixed: issue with buttons that are not redirected
- Fixed: issues with ampersands in redirect URLs
- Fixed: extension name showing up at the top of all product editing pages

Re: [UPDATED] Redirect Add to Cart Buttons

Posted: Thu Jul 06, 2017 3:44 am
by Johnathan
Updated to v300.1

Release Notes:
- NOTE: The extension now uses ocMod instead of vQmod, as required by the OpenCart cloud. If upgrading from a previous version, make sure to delete the old vQmod file, and then click "Refresh" in Extensions > Modifications.

- Added: compatibility with OpenCart 3.0.0.x - 3.0.1.x
- Added: native compatibility with OpenCart 2.3.0.x (You can remove the compatibility fix, or keep using it if you want to)
- Removed: compatibility with OpenCart 1.5.x and 2.0.0.0 for new versions

Re: [UPDATED] Redirect Add to Cart Buttons

Posted: Fri Sep 22, 2017 1:59 am
by Johnathan
Updated to v302.1

Release Notes:

- Confirmed: compatibility with OpenCart 3.0.2.x
- Fixed: "Undefined index: product_id" error when creating new products
- Fixed: issue with commas in product names when exporting/importing
- Updated: instructions.txt file now contains directions on how to make redirects open in a new browser tab or window

Re: [UPDATED] Redirect Add to Cart Buttons

Posted: Tue Mar 26, 2019 1:07 am
by Johnathan
Updated to v303.1

Release Notes:

- Confirmed: compatibility with OpenCart 3.0.3.x
- Fixed: "Undefined index" for button texts not set for a particular language
- Updated: added a fix for Journal's older javascript syntax for add-to-cart
- Updated: changed ocMod syntax a bit so it would work better on OpenCart 2.0

Re: [UPDATED] Redirect Add to Cart Buttons

Posted: Wed Dec 15, 2021 1:54 am
by Johnathan
Updated to v303.2

Release Notes:

- Added: ability top open redirects in new windows (using a method that does no require modifying the common.js file)

- Fixed: issues with export/import in multi-lingual installations
- Fixed: Journal compatibility issue related to product pages reloading when required options were not chosen

- Updated: the default status is now "Disabled", so people remember that they have to save the settings at least once before using the extension

Re: [UPDATED] Redirect Add to Cart Buttons

Posted: Fri Apr 08, 2022 12:16 am
by Johnathan
Updated to v303.3

Release Notes:

- Removed: older browser-specific CSS declarations for linear gradients
- Updated: the way redirects open in new windows has changed, due to browser popup blockers

Re: [UPDATED] Redirect Add to Cart Buttons

Posted: Wed Jun 28, 2023 12:15 am
by Johnathan
Updated to v2023-6-27

Release Notes:

- NOTE: Starting with this release, version numbers will now be based on the date the new version is released.

- Added: compatibility with OpenCart 4.0.0.x - 4.0.2.x
- Added: new "Check For Updates" button with one-click update functionality

- Fixed: issue with linear gradients introduced in the last update

- Updated: instructions.txt file
- Updated: simplified some ocMod admin code so it uses the 4.0 event hook