adding new data in joomshopnig

30.05.2021 14:29
#1
avatararea
Joomshopping forum user no avatar
Name: kamyar
10.11.2014
Posts: 6
Quote
adding new data in joomshopnig

i added a new column in database of product.
i can`t find a query that insert product data to database.
i want to find query to insert in _jshopping_products.

 
30.05.2021 16:02
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25939
Quote
Aw: adding new data in joomshopnig

administrator\components\com_jshopping\models\products.php

function save ....

 
31.05.2021 06:44
#3
avatararea
Joomshopping forum user no avatar
Name: kamyar
10.11.2014
Posts: 6
Quote
Aw: adding new data in joomshopnig

i found this method but i can`t found query for insert to jshopping product

 
31.05.2021 21:00
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25939
Quote
Aw: adding new data in joomshopnig

For data saved - used table (ORM).

$product = JSFactory::getTable('product', 'jshop');
$product->bind($post);

$product->store()

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.