I’m using car66 plugin in my wordpress site and I want to use the plugin’s shortcode to add items into the cart. I don’t know how to call a shorcode in a page. The short code is supposed to generate a button that allows the user to add items into the cart. However it is not adding into the cart. Please help me. My code is here. Please help. [add_to_cart item="EX-29"]
I’m using car66 plugin in my wordpress site and I want to use the
Share
I figured out to use the
do_shortcodeinbuilt function. For example I usedecho do_shortcode("[add_to_cart item=\"EX-29]\"");and it worked.