Product page_ please support
Auteur : Laszlo-Zoltan K.
Visité 1646,
Followers 1,
Partagé 0
Hello everyone!
I need support, if you can help me thank you in advance.
I try to make a site for presenting certain products, without setting prices at the moment. Do I have the possibility to build the product page without having a displayed price (not even 0.00) and without the "add to cart" button appearing?
Thanks!
Laszlo
Posté le
yes you can set this off. in the shopping object
see also here:
https://helpcenter.websitex5.com/fr/post/240090
Auteur
Dear Andre!
Thank you very much for your answer!
It's just that I can only hide it from the list of articles for each product. However, the price and the button remain on the direct page of the product.
Here I have the problem, I can't find a solution .....
No in the product pages not yet, that's why the previous link was an IDEA post, so Incomedia will set this also to be configurable or the same as the shop.
I shall set this post also as IDEA post, although you might like to see it as bug also, because if you can set it elsewhere to hide it makes no sense to not be able to hide same function in another part of the website.
But that's from a user viewpoint.
custom code with CSS ?
link of an example page ...
Auteur
Thank you!
no link
Look at this post: https://helpcenter.websitex5.com/fr/post/231217
Inspect your page and find the id of the price field - then use this instead of
im-products-separator
Laszlo,
Axel offered you kindly to create a custom code so you can remove the buy button and price, this is possible and can be implemented without too much hassle. But he needs the website adres for that.
So if you need it directly please give him the webpage link, else you might want to wait for Incomedia, i realy hope they update this possibility as soon as possible because it makes sence to be able to remove it, because it is possible in all other settings of the shop.
Auteur
@Dear Andree, thank you for your support!
@Dear Axel, thank you very much for your help and kindness!
At the moment, the website I am working on is under construction, it does not exist published online. Unfortunately, in this moment, I do not have the possibility to send a link to the discussed page. But, I understood the idea that for the time being I have the possibility to eliminate the button through a custom code...
I will try to solve the price and button hiding as described above (I am a self-taught person, I hope to succeed ... :)) ...
Thank you again for the answers!
I wish you a beautiful day!
Regards,
Laszlo
At STEP 3 MAP, in the SPECIAL Page at the bottom called "E-commerce: product sheet", enter this code in its "Properties":
<style>
.product-price-quantity-add {
display: none !important;
}
</style>
Ciao
Auteur
Thank you @Giuseppe Guida!
It works! Attached the print screen.
Thank you all for your help, problem solved! :)
Ciao Laszlo!
I'm glad you solved it
Thank you Guilda
Hey Giuseppe,
You code is usefull, but it's a global code for all product page.
I have tried to find how to identify this one for a (or x) specific product page by product_name element !
Not found ! and you ?
Enjoy!
Axel