today I started to try and style the product added popup.
but I cannot make it show the product name and product thumb?
It also looks it should show the product name by default or isn't that in the file?
Thanks
wait on the newer version of vmart
it uses fancybox & can be customized more.
and I have no idea what padded.php is
padded.php is the fancybox page that is new in VM 2.0.21b ;)
it has the product name in mine
but I cannot make it show any other product variable
how did you manage to get the product name in?
it is there standard
did you modify the language string?
COM_VIRTUEMART_CART_PRODUCT_ADDED
no I didn't modify any thing overthere jet...
multilanguage enabled?
No only Dutch Language i used.
post your url, or send me pm.
Language override info
http://forum.virtuemart.net/index.php?topic=92944.0
go into your language manager / overrides tab
& search for this string
COM_VIRTUEMART_CART_PRODUCT_ADDED
THIS is the value that I have for mine
%2$s x %1$s was added to your cart.
This prints out
Quantity x Product Name was added to your cart
This
%2$s x %1$s
The "codes " print the product name & the quantity
Thanks, then I guess that there this is something that is missing in the dutch language file,
Thanks going to test it.