VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: r_ekkie on May 28, 2013, 10:26:10 AM

Title: changing padded.php
Post by: r_ekkie on May 28, 2013, 10:26:10 AM
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
Title: Re: changing padded.php
Post by: PRO on May 28, 2013, 13:48:38 PM
wait on the newer version of vmart
it uses fancybox & can be customized more.

and I have no idea what padded.php   is
Title: Re: changing padded.php
Post by: r_ekkie on May 28, 2013, 13:51:31 PM
padded.php is the fancybox page that is new in VM 2.0.21b ;)
Title: Re: changing padded.php
Post by: PRO on May 28, 2013, 17:31:33 PM
it has the product name in mine

but I cannot make it show any other product variable
Title: Re: changing padded.php
Post by: r_ekkie on May 28, 2013, 22:16:32 PM
how did you manage to get the product name in?
Title: Re: changing padded.php
Post by: PRO on May 28, 2013, 23:54:40 PM
it is there standard

did you modify the language string?


COM_VIRTUEMART_CART_PRODUCT_ADDED

Title: Re: changing padded.php
Post by: r_ekkie on May 30, 2013, 22:27:13 PM
no I didn't modify any thing overthere jet...
Title: Re: changing padded.php
Post by: PRO on May 31, 2013, 01:36:24 AM
multilanguage enabled?

Title: Re: changing padded.php
Post by: r_ekkie on May 31, 2013, 09:43:49 AM
No only Dutch Language i used.
Title: Re: changing padded.php
Post by: PRO on May 31, 2013, 22:20:04 PM
post your url, or send me pm.

Title: Re: changing padded.php
Post by: PRO on June 01, 2013, 13:26:04 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

Title: Re: changing padded.php
Post by: r_ekkie on June 01, 2013, 15:03:20 PM
Thanks, then I guess that there this is something that is missing in the dutch language file,

Thanks going to test it.