Anyone can teach me on how to allow registered users to set a price in the price history items in Phoca Cart?
I use Phoca Cart to make a catalog not a shop and i would like people to evaluate item prices.
So the price history graph will show an estimated value of the item
Thanks
the question is how to set the price in the Phoca cart ? is this stored in the session or a database table ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
In the joomla administration products you can add as many prices as you want, so you can see an evolution.
The table is called xqhn_phocacart_product_price_history and stores product_id price date
1 idPrimaria int(11)
2 product_id int(11)
3 bulk_id int(11)
4 date datetime
5 price decimal(15,4)
6 price_original decimal(15,4)
7 current_price decimal(15,4)
8 current_price_original decimal(15,4)
9 type tinyint(1)
10 ordering
i want a simple form " set price .... 'button' for a product , to know the evolution of the product on how users estimate the value of a collectible
I expect my explanation is wright
you can see it at www.menudosheroes.club
if there is a table then you can simply insert data there using the Save Data action
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.