hi,你好,
請善用forum的search function
這個post應該可以幫到你:
http://forum.opencart.com/viewtopic.php?f=138&t=51161
請善用forum的search function
這個post應該可以幫到你:
http://forum.opencart.com/viewtopic.php?f=138&t=51161
OpenCart®
PHP Developer.
更多中文教學在 OpenCart香港官方網站 !
QQ: 2039574815
我知道怎麼用Reward Points,但是我的意思是說Option裡面的Reward Points為什麼無法作用?
http://demo.opencart.com/admin/index.ph ... duct_id=42
http://demo.opencart.com/admin/index.ph ... duct_id=42
Attachments
螢幕快照 2015-04-23 下午6.56.07.png (92.45 KiB) Viewed 4200 times
明白,如果你設定了option的rewards point,那麼你的客人買這件貨物時所需要的rewards point就會增加或減少
OpenCart®
PHP Developer.
更多中文教學在 OpenCart香港官方網站 !
QQ: 2039574815
我剛剛試了,應該沒有問題
你要注意你的option是有價錢的,例如+$5,rewards point,例如+50
如果這件貨物本身設定了$50 or 500 rewards points,那麼你的客人買這件貨物就需要$55 or 550 rewards points
如果還是有問題,請到 http://www.opencart.com/,連同你的admin login details提交一張support ticket給我們 我們可以幫你檢查一下
你要注意你的option是有價錢的,例如+$5,rewards point,例如+50
如果這件貨物本身設定了$50 or 500 rewards points,那麼你的客人買這件貨物就需要$55 or 550 rewards points
如果還是有問題,請到 http://www.opencart.com/,連同你的admin login details提交一張support ticket給我們 我們可以幫你檢查一下
OpenCart®
PHP Developer.
更多中文教學在 OpenCart香港官方網站 !
QQ: 2039574815
Code: Select all
<file name="system/library/cart.php">
<operation>
<search position="replace"><![CDATA[
($product_query->row['points'] ? ($product_query->row['points'] + $option_points) * $quantity : 0),
]]></search>
<add><![CDATA[
($product_query->row['points'] + $option_points) * $quantity ,
]]></add>
</operation>
</file>
我不太明白你的意思
商品如果沒有設定Points,在結帳時當然無法使用Points!
你要使用Points就必須在商品設定Points
商品如果沒有設定Points,在結帳時當然無法使用Points!
你要使用Points就必須在商品設定Points
OpenCart®
PHP Developer.
更多中文教學在 OpenCart香港官方網站 !
QQ: 2039574815
Who is online
Users browsing this forum: No registered users and 2 guests