You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Hi,
anyone know is it possible to price adjust by a multiple e.g. 75% . I've tried *0.75 against a product option selection item . . . . but it just comes up as +0.75.
Thanks,
Mark
Offline
Are you asking for an SQL statement to update regular pricing for a product? As in:
UPDATE ecom_prod SET regprice=regprice*1.75 WHERE id='X'
Or for all products:
UPDATE ecom_prod SET regprice=regprice*1.75
SQL statements are executed using System / Database / Raw DB Admin.
Offline
I think this refers to having a product option increase the base price by a percentage in the frontend.
If so, the stock version of CCP 8 doesn't allow percentage increases for product options, only fixed prices.
Offline
Yes it was a product option driven multiplier that I was looking for. Thanks anyway and thanks for taking the time to respond.
Mark
Offline
Thanks Nick
Offline