through this window i have a problem with the plugin Flexible Product Fields the plugin calculates correctly after adding it sees only the straight price without any changes
the problem is not there when I add a product with variants and then differently add to the basket
Prices shown below are the variation product prices set on the Edit page # you do not need to set this price so it is no longer displayed http://prntscr.com/sel7bh
how to turn off the window
after clicking add to cart the window on the left shows how to turn it off and on usually add to cart
http://server278084.nazwa.pl/jubiler1/product/zzz/
through this window i have a problem with the plugin Flexible Product Fields the plugin calculates correctly after adding it sees only the straight price without any changes
the problem is not there when I add a product with variants and then differently add to the basket
example: http://server278084.nazwa.pl/jubiler1/product/obraczka-st-004/
and the shopping cart looks like this:
PLEASE HELP
Hi Maciej Bafia !
Please provided your wp-admin account, I will check the details of the problem and help you adjust on the site
thank you
Hi Maciej Bafia !
I removed the ajax add to cart section so it moved directly to the cart page when I clicked add to cart
Please check back on the site
thank you
You're great thank you
where it turns off?
do you have an idea yet how to turn off the second price that appears
example:
at the top approx
downstairs probably not needed
somewhere in the code
Hi Maciej Bafia!
go to Appearance-> Customize-> Additional CSS and add the following css property
.woocommerce div.product div.summary p.price {
display: none;
}
thank you
Hi Kevin
this command works but disables the upper price
and I would like to disable the bottom price for the summary
only the bottom one
examle:
http://server278084.nazwa.pl/jubiler1/product/obraczka-st-004/
Hi Maciej Bafia !
Prices shown below are the variation product prices set on the Edit page
# you do not need to set this price so it is no longer displayed
http://prntscr.com/sel7bh
thank you
that's not the point
http://server278084.nazwa.pl/jubiler1/pobierz/bb.jpg
http://server278084.nazwa.pl/jubiler1/pobierz/bbb.jpg
maybe something like that:
.woocommerce div.product div.summary span.price {
display: none;
}
Hi Maciej Bafia !
Let's add this css attribute
.single-product .single_variation_wrap span.price {
display: none;
}
thank you