Hi,
this is my first question in this forum but you helped me a lot so far by answering other questions that were also interesting for me.
I want to manipulate the product-price in the cart. My products can be bundled with various options, that I get in the "customPlugin"-field.
Now I tried to change the price by adding a plgVmOnAddToCart-function and override the $product->product_price in my own plugin.
Unfortunetaly the product-price is resetted by vm to its default-vm price every time I reload the cart.
Do you have any idea how to permanently manipulate the product price when adding a product to the cart?
Thank you in advance!
Felix
"Your plugin" is a your custom plugin?
yes, its a custom plugin
I'm not programmer, but did you check available plugins that could be useful for your research?
ering other questions that were also interesting for me.
I want to manipulate the product-price in the cart. My products can be bundled with various options, that I get in the "customPlugin"-field.
Now I tried to change the price by adding a plgVmOnAddToCart-function and override the $product->product_price in my own plugin.
Unfortunetaly t