Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.May 8, 2015 at 7:49 am in reply to: WooCommerce product price on single page not showing with advanced editor #441420
Hi Elliott,
thanks for your answer.
but If I do this I have to change the price everytime if prices are changing and what about variations ?
I tried this and maybe this is a way that prices are effected by woocommerce changes ?
– I use this woocommerce shortcode to show up the add to card button with price [add_to_cart id=”99″] in a text field
– changend the id with my product id (find the product id by hovering over the product in product overview.)
– then I put this code in my style css:
.add_to_cart_button {
display:none;
}
.add_to_cart_inline {
border: 0px!important;
font-size: 18px;
font-weight: bold;
}May 8, 2015 at 7:40 am in reply to: woocommerce product pricing not showing up when using enfold's advanced editor #441416Hi,
if I check out your page I think it´s the same promlem. No price is comming up.
Maybe this helps.
– I use this woocommerce shortcode to show up the add to card button with price [add_to_cart id=”99″] in a text field
– changend the id with my product id (find the product id by hovering over the product in product overview.)
– then I put this code in my style css:
.add_to_cart_button {
display:none;
}
.add_to_cart_inline {
border: 0px!important;
font-size: 18px;
font-weight: bold;
}
–finished–
for me it works maybe it will help you too.May 7, 2015 at 9:38 am in reply to: woocommerce product pricing not showing up when using enfold's advanced editor #440845Hi there,
I have the same problem using the template builder and try to use this woocommerce shortcode [add_to_cart id=”99″], changing the product id but now I have one add to cart from achive view and one from single product view. In additional the the achive view button is coming up before the price and need some css.
Is there a possibility just showing the price ? -
AuthorPosts