What I think is great is that a product can be made from the articles. (Integration articles). I would like to see the possibility to order something without a monetary amount being linked to it. So that you can choose to leave out the monetary amount on the checkout page.
#293 without a monetary amount
This is a public ticket
Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Latest post by Adam Melcher on Wednesday, 16 July 2025 19:59 UTC
Friday, 16 May 2025 17:53 UTC
Friday, 16 May 2025 19:29 UTC
Hello Marco.
Most of the time, you have the option to show prices or not. For instance, if you create a menu item of 'products list view', you have the option to show prices or not.
Olivier.
Growing Together
Help us get back to #1 in the Joomla Extension Directory by leaving us a 5-Star review here.
Friday, 16 May 2025 19:43 UTC
Marco.
Are you wanting to hide prices:
- for the public (viewable by logged in users)
- not show prices if they are $0
- use the store like a catalog (no prices or add to cart buttons)
- another purpose not listed
Depending on your answer we should be able to get you where you need to be...
Adam
Growing Together
Help us get back to #1 in the Joomla Extension Directory by leaving us a 5-Star review here.
Sunday, 18 May 2025 15:21 UTC
Hello Adam,
- Hide the prices for public viewers
- Don't show prices in te checkout page. Order product without payment.
- A catalog is not what i need because i want people to order a product without payment. We need the cart button.
greetings,
Marco Sondermeijer
Saturday, 12 July 2025 20:35 UTC
Hallo Adam,
- Verberg de prijzen voor het grote publiek
. Toon geen prijzen op de afrekenpagina. Bestel het product zonder te betalen.
- Een catalogus is niet wat ik nodig heb, omdat ik wil dat mensen een product bestellen zonder te betalen. We hebben de winkelwagenknop nodig.
Groeten,
Marco Sondermeijer
Wednesday, 16 July 2025 19:59 UTC
Marco,
I have worked on projects where the client needed custom work done anywhere the price was displayed and I had to touch A LOT of files. If the site in general is going to act as an order system without displaying the price, I would add a couple lines of CSS to target the price element classes and just display:none;
If you are familiar with template layout overrides, you could also modify your override files and add something like <?PHP if($this->product->pricing->price > 0) : ?> add all the price info in the current files <?PHP endif;?>
Which would essentially hide the price fields if the price is 0 but show them if there is any price over 0...
Adam
Growing Together
Help us get back to #1 in the Joomla Extension Directory by leaving us a 5-Star review here.
Stay Updated
Subscribe for free and be the first to know about the latest features, updates, and new additions.