Save data form

save product price history data to a Phoca Cart database table.

Overview

The user needs to create a form to update product pricing and date information but is unsure how to store this data in the specific Phoca Cart table.
Use the Save Data form action to insert the submitted form values directly into the designated Phoca Cart database table.

Answered
ChronoForms v7
ra rastemserie670 10 Feb, 2024
Hello
Can someone make me a form to value a product on Phoca Cart.
I need a form to get product and change: price and date

The table is nfs8_phocacart_product_price_history
1 idPrimaria int(11) No Ninguna AUTO_INCREMENT
2 product_id int(11) No 0
3 bulk_id int(11) No 0
4 date datetime No Ninguna
5 price decimal(15,4) No 0.0000
6 price_original decimal(15,4) No 0.0000
7 current_price decimal(15,4) No 0.0000
8 current_price_original decimal(15,4) No 0.0000
9 type tinyint(1) No 0
10 ordering int(11) No 0
Max_admin Max_admin 11 Feb, 2024
Answer
I do not know how phoca cart works, if you need to save some data to the database then you should use a "Save data" action
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.