|
|
Home Forum |
attributes for all the products (0 viewing)
Favoured: 0
|
|
|
TOPIC: attributes for all the products
|
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653
Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
|
|
|
attributes for all the products 3 Years, 9 Months ago
|
|
|
hello,
it is possible to return one only time the attributes for all the products?
I have 800 article which uses the same attribute, can one automate that?
thank you in advance
mickael
|
|
|
|
|
|
|
The administrator has disabled public write access. |
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653
Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653
Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
macallf (Admin)
Administrator
Admin
Posts: 655
|
|
Re:attributes for all the products 3 Years, 9 Months ago
|
|
|
Not with this mod, sorry.
The quickest way would be to run a query to create the attributes in the DB based on all products.
|
|
|
|
|
|
|
Mark
|
|
|
The administrator has disabled public write access. |
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653
Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
|
|
|
Re:attributes for all the products 3 Years, 9 Months ago
|
|
|
Thank you for this answer.
The hack to create to you it new fields in the base because I tries to use vmconnector and that Ci does not show me the fields attributes. I have well the products parents but not the attribute. Which is the name of the fields for the attributes?
Thank you still
mickael
|
|
|
|
|
|
|
The administrator has disabled public write access. |
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653
Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653
Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
macallf (Admin)
Administrator
Admin
Posts: 655
|
|
Re:attributes for all the products 3 Years, 9 Months ago
|
|
|
The mod uses jos_vm_product_attribute this allows to be create fields on the fly without changing db tables.
product_list - Y = list, YM = list with multiple addtocarts product_list_child - Y = link to child product vm_list_header - Show header vm_quantity_box - Quantity box style i.e. style,start,end,step vm_use_parent - use parents settings
If you check the db table you'll be able to decipher how it is done.
|
|
|
|
|
|
|
Mark
|
|
|
The administrator has disabled public write access. |
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 653
Warning: array_walk() [function.array-walk]: The argument should be an array in /home/markfco/public_html/design/components/com_fireboard/class.fireboard.php on line 656
|
|
|
Re:attributes for all the products 3 Years, 9 Months ago
|
|
|
Thank you still!!!
a last question and after I stopped misusing. You would know it syntax to make a sql insertion with my two attributes?
thank you
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|
|
|
|
|
|
|