How can I make this feature image

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Fri Feb 15, 2013 2:23 pm
Hey,
I need to insert a small picture on selected virtuemart product for promotion, discount and etc.
How can I do this...
For example in The Black and White template I see this:
Image

I need the same box on this picture "New" or something else to put it on top virtuemart product picture.
User avatar
Senior Boarder

Konrad M
Mon Feb 18, 2013 9:38 am
Hi,
you can always add suffix to this module. For example ' mysuffix'. Then you can try add to override.css
Code: Select all
.box.mysuffix {
background:url(../images/your_image.jpg) top right no-repeat;
}

and then please copy your image to images folder inside template folder. Remember to enable override.css option in template settings.
User avatar

GK User
Mon Feb 18, 2013 4:50 pm
But this is for one product... I need when I check box "Promotion" in Virtuemart automaticly to add small thumbnail on the original picture. Thumbnail like this in Black and White...
User avatar
Senior Boarder

Konrad M
Thu Feb 21, 2013 11:50 am
This code adding it to the box not image. So if you have nsp in this box this image will be even if you rotate image inside box. Image in blackandwhite is basically added in same way. As a badge, speciall template suffix.
User avatar


cron