Insert Products With No Price - Question | JoomShaper

Insert Products With No Price

D

Davide

EasyStore 1 month ago

How can i put products with no price so that customers need to ask to know it. Now i must put a price. I'd like to have a blank space when i put no price instead i get this error: Incorrect decimal value: '' for column 'regular_price' at row 1

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 month ago #152272

Hello Davide

Sorry, this feature does not exist for now. We might introduce it in the future.

Best regards

0
D
Davide
Accepted Answer
1 month ago #152408

Thank you Ofi, i would try myself to put an if/else condition and test it offline even if i'm not a programmer. Do you think you can tell me the two php files to edit for storefront and single? I don't use cart on my site it's just a showcase site.

Appreciate any help from anyone, i really need it to finish my site

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 month ago #152422

You are welcome 😊

You need to unpublish the storefront and single SP Page Builder pages. Open the pages in frontend or backend editor and then unpublish the pages. Then the views will be loaded from these places:

Storefront: components/com_easystore/tmpl/products/default.php

Product details page: components/com_easystore/tmpl/product/default.php

1