WebSite X5Help Center

 
Laszlo-Zoltan K.
Laszlo-Zoltan K.
User

Product page_ please support  en

Autor: Laszlo-Zoltan K.
Besucht 1323, Followers 1, Geteilt 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

Gepostet am
14 ANTWORTEN - 3 NüTZLICH - 1 KORREKT
Laszlo-Zoltan K.
Laszlo-Zoltan K.
User
Autor

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 .....

Mehr lesen
Gepostet am von Laszlo-Zoltan K.
Andre E
Andre E
Moderator

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.

Mehr lesen
Gepostet am von Andre E
Axel  
Axel  
User

custom code with CSS ?

link of an example page ...

Mehr lesen
Gepostet am von Axel  
Laszlo-Zoltan K.
Laszlo-Zoltan K.
User
Autor

Thank you!

Mehr lesen
Gepostet am von Laszlo-Zoltan K.
Axel  
Axel  
User

no link foot-in-mouth

Mehr lesen
Gepostet am von Axel  
Andre E
Andre E
Moderator

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.

Mehr lesen
Gepostet am von Andre E
Laszlo-Zoltan K.
Laszlo-Zoltan K.
User
Autor

@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

Mehr lesen
Gepostet am von Laszlo-Zoltan K.
Giuseppe Guida
Giuseppe Guida
User

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

Mehr lesen
Gepostet am von Giuseppe Guida
Laszlo-Zoltan K.
Laszlo-Zoltan K.
User
Autor

Thank you @Giuseppe Guida!

It works! Attached the print screen.

Thank you all for your help, problem solved! :)

Mehr lesen
Gepostet am von Laszlo-Zoltan K.
Giuseppe Guida
Giuseppe Guida
User

Ciao Laszlo! wink

I'm glad you solved it

Mehr lesen
Gepostet am von Giuseppe Guida
Billie K.
Billie K.
User

Thank you Guilda

Mehr lesen
Gepostet am von Billie K.
Axel  
Axel  
User

Hey Giuseppe,

You code is usefull, but it's a global code for all product page.foot-in-mouth

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

Mehr lesen
Gepostet am von Axel