internal_template_style
This commit is contained in:
@@ -45,7 +45,7 @@ class MyProductsService(BaseService):
|
||||
member_data = Members.get_member_by_uid(uid)
|
||||
member_id = member_data.id
|
||||
|
||||
# is this a valid olor scheme
|
||||
# is this a valid color scheme
|
||||
colorStyle= ProductsColorStyle.get_colorstyle_by_product_id_and_uid(product_id, color_style_uid)
|
||||
if colorStyle and colorStyle.color_style != '':
|
||||
MembersProducts.set_member_product_colorstyle(member_id, product_id, color_style_uid)
|
||||
|
||||
Reference in New Issue
Block a user