- Posts: 61
- Thank you received: 3
Price changer Action Button
- demoisellegol
-
Topic Author
- Offline
Less
More
2 years 5 months ago #360480
by demoisellegol
Price changer Action Button was created by demoisellegol
-- HikaShop version -- : 5.0.4
-- Joomla version -- : 5.1.0
-- PHP version -- : 8.1
Hi
i'm trying to create an action button which adds the stable amount of $10 to selected products
for example i select 3 products with prices of $10 , $20 and $30
when I click this button i want the prices to be changed to $20, $30, $40
i created a mass action with this code but it didnt work :
{price_value} = {price_value}+10
-- Joomla version -- : 5.1.0
-- PHP version -- : 8.1
Hi
i'm trying to create an action button which adds the stable amount of $10 to selected products
for example i select 3 products with prices of $10 , $20 and $30
when I click this button i want the prices to be changed to $20, $30, $40
i created a mass action with this code but it didnt work :
{price_value} = {price_value}+10
Please Log in or Create an account to join the conversation.
2 years 5 months ago #360487
by nicolas
Replied by nicolas on topic Price changer Action Button
Hi,
In your mass action, you need an action "update the values" on the "price_value" column.
Select the "operation" mode and enter the operation:
In your mass action, you need an action "update the values" on the "price_value" column.
Select the "operation" mode and enter the operation:
Code:
{price.price_value}+10
Please Log in or Create an account to join the conversation.
- demoisellegol
-
Topic Author
- Offline
Less
More
- Posts: 61
- Thank you received: 3
2 years 5 months ago #360495
by demoisellegol
Replied by demoisellegol on topic Price changer Action Button
Please Log in or Create an account to join the conversation.
- demoisellegol
-
Topic Author
- Offline
Less
More
- Posts: 61
- Thank you received: 3
2 years 5 months ago #360500
by demoisellegol
Replied by demoisellegol on topic Price changer Action Button
I removed { } and problem is solved now. thank you alot.
the correct operation was :
price.price_value+10 instead of {price.price_value}+10
the correct operation was :
price.price_value+10 instead of {price.price_value}+10
Please Log in or Create an account to join the conversation.
2 years 5 months ago #360522
by nicolas
Replied by nicolas on topic Price changer Action Button
Hi,
Sorry. Indeed, the {} should not be added.
I mixed it up with email tags.
Sorry. Indeed, the {} should not be added.
I mixed it up with email tags.
The following user(s) said Thank You: demoisellegol
Please Log in or Create an account to join the conversation.
Time to create page: 0.191 seconds