This topic contains 4 replies, has 2 voices, and was last updated by  visuwerk 8 years, 10 months ago. This post has been viewed 1122 times

Display thumbnail of customized product in checkout

  • 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

    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/

    This reply has been marked as private.

    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

    • This reply was modified 8 years, 10 months ago by  Tim.
    • This reply was modified 8 years, 10 months ago by  Tim.
    • This reply was modified 8 years, 10 months ago by  Tim.
    • This reply was modified 8 years, 10 months ago by  Tim.
    • This reply was modified 6 years, 8 months ago by  Cao Hồng Quang.

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

    Thank you, this works perfectly. Great support! Best regards, visuwerk.

You must be logged in to reply to this topic.