eCommerce construction > How-to questions

Solved: How do I make a Product with no initial price showing

(1/2) > >>

BDLG:
Hi all, I haven't used Abantecart for many years, I love abantecart and have missed it!.
I'm setting up a product for business cards. I have them in sets of 50, 100 and 250. I want the customer to select which one (50, 100, 250) from the drop down that I made. This is all fine except that I would like to remove the box that shows the product as $0.00. Is this possible (I assume it is in code somewhere since I cannot find it in the layout.)Please see the attachment for detail. Thank you in advance!

Basara:
Hello.
You can hide it with CSS

--- Code: ---.productpageprice.jumbotron {
    display: none;
}
--- End code ---

BDLG:
Thank you. I will try that. I was looking for something like that in my cpanel, but for some reason I cannot find it.

UPDATE: I was able to add that code to the style.css and it worked. Thank you again

Mohammad Nabil:
please wher can i find this code ?
i tested on firefox insepector and worked .
but cannot find it in file manager , i searched style.css , still cannot find
note: i knok very little about html and css

Basara:

--- Quote from: Mohammad Nabil on October 11, 2021, 12:38:38 PM ---please wher can i find this code ?
i tested on firefox insepector and worked .
but cannot find it in file manager , i searched style.css , still cannot find
note: i knok very little about html and css

--- End quote ---

Hello. It is in your template folder
For default template https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/stylesheet/style.css

Navigation

[0] Message Index

[#] Next page

Go to full version
Powered by SMFPacks Social Login Mod