https://github.com/vanbess/plugin-woocommerce-product-single-bundle
Replicates/modifies Product Single template via shortcode for use with bundles. Variable products only.
https://github.com/vanbess/plugin-woocommerce-product-single-bundle
woocommerce woocommerce-extension woocommerce-plugin
Last synced: about 1 year ago
JSON representation
Replicates/modifies Product Single template via shortcode for use with bundles. Variable products only.
- Host: GitHub
- URL: https://github.com/vanbess/plugin-woocommerce-product-single-bundle
- Owner: vanbess
- Created: 2023-08-07T14:24:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T13:51:07.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T00:28:31.748Z (over 1 year ago)
- Topics: woocommerce, woocommerce-extension, woocommerce-plugin
- Language: JavaScript
- Homepage:
- Size: 1.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Product Single Bundle
Plugin which renders product single bundle.
Only works on custom pages Landings and Offers, thus requires SBWC Custom Pages plugin to be installed.
Does not render bundles on product single, but uses WC product single shortcode instead, with various overrides.
- Supports Products Linked by Variations for WooCommerce.
- Supports Currency Switcher for WooCommerce Pro.
Bundles to be created under Bundle Dropdown menu in WP backend. Full conversion and impression tracking included.
Custom post type used for bundles (bundle_dropdown) supports Polylang, however it is likely that Polylang support for the CPT has to be enabled in backend (Languages -> Settings -> Custom post types & Taxonomies).
Polylang strings translations also have to manually be added in order for translation to work fully (Languages -> Strings translations) as Polylang does not auto translate strings, contrary to popular belief.