WP Manifestindependent plugin directory
manifest / ecommerce / plugin-load-linked-products-by-ajax

SBWC AJAX Load Linked Products

Load Products Linked by Variations plugin products via AJAX

by WC Bessinger · github.com/vanbess/plugin-load-linked-products-by-ajax

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/vanbess/plugin-load-linked-products-by-ajax/archive/refs/heads/main.zip

Readme

PLUGIN: Load Linked Products via AJAX (WooCommerce/Products Linked by Variations)

Fetches products linked by variatons (set up via associated plugin Products Linked by Variations for WooCommerce) and allows them to load on same page instead of redirecting.

Products Linked by Variations for WooCommerce needs to be installed for this plugin to work.

WP Cache and transients are used to store linked product HTML and replace the entire document on click instead of redirecting.

Server side caching must be enabled for this plugin to work properly. Similary, any flags disabling wp_cache must be disabled in your wp-config.php file, unless you're using Redis or Memcached.

NOTE: this is a bespoke plugin created for a client, so will likely require mods to work for your use case.

Read the full README on GitHub →