Magebay Support PortalDisplay thumbnail of customized product in checkout – Magebay Support Portal https://www.magebay.com/forum/articles/display-thumbnail-of-customized-product-in-checkout/feed/ Sat, 18 May 2024 14:55:41 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://www.magebay.com/forum/articles/display-thumbnail-of-customized-product-in-checkout/#post-947 <![CDATA[Display thumbnail of customized product in checkout]]> https://www.magebay.com/forum/articles/display-thumbnail-of-customized-product-in-checkout/#post-947 Wed, 10 Jun 2015 10:06:53 +0000 visuwerk Hello,

after adding customized product to cart we get a second thumbnail (customized thumbnail) below the standard view. Can we add this thumbnail (customized) to the checkout review too or replace it with the standard thumbnail?

Thank you and best regards
visuwerk

]]>
https://www.magebay.com/forum/articles/display-thumbnail-of-customized-product-in-checkout/#post-948 <![CDATA[Reply To: Display thumbnail of customized product in checkout]]> https://www.magebay.com/forum/articles/display-thumbnail-of-customized-product-in-checkout/#post-948 Sat, 13 Jun 2015 00:32:19 +0000 Tim Hi visuwerk,

1, By default, the customized thumbnails not only show on cart page but also checkout page (review step). You can check it on default magento theme. It might not display in custom theme, we can custom with any custom theme.
2, You can place customized thumbnail at standard view position:
– Easy way: Using jQuery to replace them
– Custom template file: It base on the theme, here is how we get the thumbnail by default:
app\design\frontend\base\default\template\pdp\checkout\cart\additional\info.phtml

Hope it help,
Tim

http://magebay.com
http://productsdesignercanvas.com/
http://www.menucreatorpro.com/
http://www.productsdesignerpro.com/

]]>
https://www.magebay.com/forum/articles/display-thumbnail-of-customized-product-in-checkout/#post-951 <![CDATA[Reply To: Display thumbnail of customized product in checkout]]> https://www.magebay.com/forum/articles/display-thumbnail-of-customized-product-in-checkout/#post-951 Tue, 16 Jun 2015 10:08:42 +0000 visuwerk https://www.magebay.com/forum/articles/display-thumbnail-of-customized-product-in-checkout/#post-952 <![CDATA[Reply To: Display thumbnail of customized product in checkout]]> https://www.magebay.com/forum/articles/display-thumbnail-of-customized-product-in-checkout/#post-952 Wed, 17 Jun 2015 07:33:47 +0000 Tim Hi visuwerk,
Please edit this file:
I develop on “rwd” theme, here’s the file that I had been modified:
app\design\frontend\rwd\default\template\checkout\cart\item\default.phtml
Using the following snippet code will get the customize thumbnails:

Then just echo $_productThumbnail in img tag, and using css to hide the second thumbnail.

Hope it help.
Tim

http://magebay.com
http://productsdesignercanvas.com/
http://www.menucreatorpro.com/
http://www.productsdesignerpro.com/

]]>
https://www.magebay.com/forum/articles/display-thumbnail-of-customized-product-in-checkout/#post-957 <![CDATA[Reply To: Display thumbnail of customized product in checkout]]> https://www.magebay.com/forum/articles/display-thumbnail-of-customized-product-in-checkout/#post-957 Wed, 17 Jun 2015 07:57:46 +0000 visuwerk Thank you, this works perfectly. Great support! Best regards, visuwerk.

]]>