Product Options Related Tables

Hello,

I am trying to add option to my products via php. I used ;

_product_options

_product_options_descriptions

_product_option_variants

_product_option_variants_descriptions

tables. Options are showing in my product detail page and admin but prices dont working when i change the select box. When i go to product page on admin and SAVE it again without any modification, options are working best.



Are there any related tables about this issue?

Hello,

I found the relations.

_ult_objects_sharing values('1','$option_id','product_options');");



we must add option id with a value of 'product_options' to ult_obj_sharings.

[quote name='bluexpres' timestamp='1411405817' post='192685']

I found the relations.

_ult_objects_sharing values('1','$option_id','product_options');");



we must add option id with a value of 'product_options' to ult_obj_sharings.

[/quote]



You are right. It is required to share objects among companies if you use CS-Cart (not Multi-Vendor)