magnitu
Forum Replies Created
-
Hello @bungeshea , I understand that you may not have much time, but I hope that you can help me whenever you are able to.
Hi @bungeshea , thank you for asking. Here is an example of a snippet:
add_action( 'woocommerce_after_add_to_cart_form', 'QL_add_text_under_add_to_cart' ); function QL_add_text_under_add_to_cart () { global $product; ?> <script async fetchpriority='high' src='https://mysite.com/bwp.v1.js'></script> <div id="buy-now"a data-site-id="12345678" data-widget-id="87654321" data-sku="<?php echo $product->get_sku(); ?>" ></div> <?php }
UPDATE
The page I need help with: https://www.amzsupply.com/?porto_builder=header-fiboThank you so much!
It works. I hope it will also be useful to someoneHello!
Thank you very much.
Works great on the single product page. But on archive pages, still in before_title. Example Page
I did try to move it myself, but I couldn’t.
And yes, I realize it’s the little things and I really appreciate your help.Hi!
It worked. I’m very grateful to you.
I would like to move the label to the right of the price. Screenshot Is this possible?And the same thing on the archive pages Screenshot
Example archive URL https://www.amzsupply.com/brand/amz-supply/Appreciate your help.
Hi @mihail-barinov !
I’m looking for a way to move the label after Price. Just to the right after Price.
Like this $10.99 Free Shipping Lable
I have tried many ways. Nothing has worked.Theme – Porto.
Example Product URL – https://www.amzsupply.com/product/100-pack-dark-purple-flat-poly-mailers-9-x-12-plastic-shipping-bags-2-5-mil-w-peel-seal/
Thanks in advanceForum: Plugins
In reply to: [Advanced Woo Search] Filter on search results pages does not workHello ILLID,
we use standard filters from theme. Our theme is Porto.
We have disabled AWS search for now until we fix this problem.
But we would still like to return to AWS.Regards