giuls22
Forum Replies Created
-
@ivole Sure, it’s: https://proteinandpantry.com/shopnew
To see the summary bar, you have to click on the product: NATURAL PROTEIN PORRIDGE which will open a quick view product.
Scroll down and you will see the issue of the bars not displaying. This is where I have added the shortcode mentioned above.
Hi @ivole
Thanks for your reply. I am already using an official WooCommerce theme (StoreFront).
The issue is still persisting.
Thanks,
GiulsForum: Plugins
In reply to: [WooCommerce] Validate woocommerce cart depending on shop archive page@jessepearson Where can I view the output of the debug log? Is it via the developer functionality within the browser?
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Validate woocommerce cart depending on shop archive pageHi @dougaitken
I’ve tried posting there already, but not getting any responses to help….seems to be alot of conversations going on and looks like its hard to keep track of whats been asked/answered. ??
Any further suggestions?
Thanks!
@yessoftmk I’m can’t seem to get it to trigger a javascript alert…Do I need to pass in my form ID into the function?
add_action("wpforms_process_complete_9", 'function_save_custom_form_data'); function function_save_custom_form_data($params) { foreach($params as $idx=>$item) { $params2 = $params2 + $item['name'] + '' + $item['value']; ?> <script src="https://unpkg.com/[email protected]/dist/sweetalert2.all.js"></script> <script type="text/javascript"> swal( 'LOADING', ) </script> <?php } }