Shortcode for Different Bundle Type

Product Bundle Shortcode:-

<div class="rebolt_ProductBundle" data-id="{{ product.id }}"></div>

Quantity Bundle Shortcode:-

<div class="rebolt_QtyBundle" data-pid="{{ product.id }}"></div>

FBT Bundle Shortcode:-

<div class="rebolt_FbtBundle" data-thpid="{{ product.id }}"></div>

Add-on/Upsell Bundle Shortcode:-

<div class="rebolt_AddonBundle" data-wcpid="{{ product.id }}"></div>

Cart Page Bundle Shortcode:-

<div class="rebolt_ProductBundle" data-id="{{ product.id }}"></div>

Product Bundle Shortcode with Bundle ID:-

<div class="rebolt_SpecificBundle" data-bundleid="bundleId"></div>

All product bundle shortcode:-

<div class="rebolt_allBundles" data-type="product"></div>

All quantity bundle shortcode:-

<div class="rebolt_allBundles" data-type="quantity"></div>
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us