Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Xdesign  
#1 Posted : Monday, April 11, 2011 12:15:04 PM(UTC)
Xdesign

Rank: Newbie

Groups: Member
Joined: 9/30/2010(UTC)
Posts: 3

Hi. In your demo I see thumbnails of uploaded images on the left side. Where could I find info about how to get them there?? I only get file name, no thumbnail. Thank You in advance. // Christer
Dmitry  
#2 Posted : Monday, April 11, 2011 1:19:52 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello Christer,

Which plug-in do you use?

Sincerely yours,

Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!

Xdesign  
#3 Posted : Monday, April 11, 2011 8:33:55 PM(UTC)
Xdesign

Rank: Newbie

Groups: Member
Joined: 9/30/2010(UTC)
Posts: 3

Sorry. CMS Photo order plugin for virtuemart.

Like this: http://forums.aurigma.com/resource.ashx?i=719

Here we could see thumbnails in every order line.

//Christer

Dmitry.Obukhov  
#4 Posted : Wednesday, April 13, 2011 10:19:20 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups:
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Christer,

Sorry for the delay.

It is a feature of Photo Order plug-in in the standard theme only. If you use non-standard one, please let me know about it. In this case, I will provide you instructions how to make it works there.

Best regards,

Dmitry Obukhov

Technical Support. Aurigma, Inc.

Xdesign  
#5 Posted : Thursday, April 14, 2011 12:05:55 AM(UTC)
Xdesign

Rank: Newbie

Groups: Member
Joined: 9/30/2010(UTC)
Posts: 3

Hi. You can see my test shop here www.xdr.se/Shop I'm using one of joomlas test themes and a theme for the shop from VM junction, maybe thats why I didnt see any thumbnails.

Best regards

//Christer

Dmitry.Obukhov  
#6 Posted : Friday, April 15, 2011 2:08:59 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups:
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Christer,

You should put this code snippet:

Code:
 echo $product['product_image']
in the components\com_virtuemart\themes\YOURTHEME\templates\basket\basket_b2c.html.php and components\com_virtuemart\themes\YOURTHEME\templates\basket\ro_basket_b2c.html.php files in a place where you need to show image thumbnails.

For example, in our standard theme we have this part of script in the components\com_virtuemart\themes\default\templates\basket\basket_b2c.html.php and components\com_virtuemart\themes\default\templates\basket\ro_basket_b2c.html.php files in the left of the file name, i.e.:

Code:
<?php echo $product['product_image'] . $product['product_name'] . $product['product_attributes'] ?>

Edited by user Friday, April 15, 2011 2:10:07 AM(UTC)  | Reason: Not specified

Best regards,

Dmitry Obukhov

Technical Support. Aurigma, Inc.

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.