Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
 All Forums
 General
 Suggestions - NOT QUESTIONS
 Add Product Picture on Product Review Page
Author « Topic »  

midvalleydrifter001
Ecommerce Template Expert

USA
912 Posts

Posted - 07/09/2022 :  13:43:59  
It would be really nice and less confusing for customers leaving reviews if we could include the product picture on the product review page.

This could include the Detail Image for simplicity.

Currently I have to highlight the Product Name in yellow so they can see what product they are reviewing but they still get it wrong sometimes.

I know we now have the Product Name listed instead of the visible URL on the Review Request email sent and that is a big help. (Thanks) I think this would make it even better.



Patrick
ECT v7.5.1


Edited by - midvalleydrifter001 on 10/26/2022 08:27:46

Vince
Administrator

42460 Posts

Posted - 07/13/2022 :  05:10:50  
Hi Patrick
Good idea and this is now in the v7.5 updater. You need the new css/ectcart.css plus the vsadmin/inc/incproddetail.asp/php file.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

midvalleydrifter001
Ecommerce Template Expert

USA
912 Posts

Posted - 07/13/2022 :  07:37:26  
Thank you Vince

That's perfect

Much appreciated

Patrick

Steved
Ecommerce Template Guru

United Kingdom
1022 Posts

Pre-sales questions only
(More Details...)

Posted - 07/13/2022 :  14:45:55  
Thanks Vince, this is a very welcome addition.

Steve

midvalleydrifter001
Ecommerce Template Expert

USA
912 Posts

Posted - 08/21/2022 :  18:51:01  
I just noticed on this new feature that when you click on "Show All" the product picture overlaps the top review.


Patrick

Edited by - midvalleydrifter001 on 10/26/2022 08:28:38

dbdave
ECT Moderator

USA
10269 Posts

Posted - 08/21/2022 :  19:24:36  
Hi Patrick, you might want to set some css for the class detailreviewimage
Right now, it seems the image is taking on the css you have set for the following

img.catimage, img.prodimage.allprodimages, img.csprodimage.allprodimages {
position: absolute;
display: block;
max-width: 100%;
max-height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}

in your style.css file.

Using the inspector, I unset the following and the image slid into the top left nicely.

position: absolute;
display: block;

Thanks,
David

midvalleydrifter001
Ecommerce Template Expert

USA
912 Posts

Posted - 08/21/2022 :  20:09:17  
I tried that earlier David and yes.. it does move it as you mentioned.

BUT... when you go back to the product or proddetail page all the pictures have disappeared.

Patrick

midvalleydrifter001
Ecommerce Template Expert

USA
912 Posts

Posted - 08/21/2022 :  20:16:03  
So I tried this after unsetting the prior you mentioned and it brought back the pictures on the product and proddetail pages.

Not sure why those were even in there to begin with?

div.catimage a.ectlink,
div.prodimage.allprodimages a.ectlink,
div.csprodimage.allprodimages a.ectlink {
/*display: block;*/


  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000