WooCommerce & Buy Button
-
I’m using WooCommerce and I have sample audios and want to sell the full tune.
I have tried to insert the shortcode and the link from WooCommerce into the Buy Link field when adding the Tracks.
The following methods from WooCommerce do stay on the same page when used independently of AudioIgniter.
https://localhost:8080/Site/shop/album-page-with-all-tracks-to-buy-individually/?add-to-cart=135
[add_to_cart id=”135”]
I don’t want anyone directed to a new page but stay on the same page and let them continue adding tracks to the Cart.
I see there is a target=:_blank under <div class=”ai-track-control-buttons”>.
<a href="/EAR-Site/shop/vortex-cd-album-by-bill-ohashi/?add-to-cart=129" class="ai-track-btn" target="_blank">
I am not fluent in javascript so I can’t figure out how to reformat the output of the page. (Another learning curve.)
- The topic ‘WooCommerce & Buy Button’ is closed to new replies.