Displaying 1 result from an estimated 1 matches for "cross_seller_product".
Did you mean:
cross_seller_products
2007 Nov 30
0
cross sell products - Options_from_collection_select ?
...;'product_id'',
:association_foreign_key =>
''cross_sell_product_id'',
:class_name => ''Product'',
:order => ''cs_position''
has_and_belongs_to_many :cross_seller_products,
:join_table => ''cross_sells'',
:foreign_key => ''cross_sell_product_id'',
:association_foreign_key => ''product_id'',
:class_name =>...