• Hi,
    I am working on a project. I received a request from the client to add some visual product box to the website the example site he sent me is this:
    when you add an item to the basket you can see some bottles in the basket.
    you can see it in on this screenshot too: https://prnt.sc/tqqs2a
    The website which I am working on is WP website I couldnt find any plugin or code snippet to implement it! I couldnt find any solution online until now! Any help would be appreciated.

    Thanks
    Para

    • This topic was modified 4 years, 7 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    That’s cute, but as a consumer, I’d still want a written list of what I’ve ordered. Without a written list I’d be inclined to abandon my order. Just sayin’.

    I’d be really surprised to find an existing plugin to do this. Since you’ve already searched, it looks like it would need to be custom developed. You’ll want to work within the structure of your e-commerce solution, altering how its order page looks. You basically want to insert another div element as a container for the wine bottle graphics. If each bottle image is correctly sized and floated left with CSS, they’ll stack up into a grid almost on their own.

    Ideally, the order page would have a hook you can use to add additional content. It’s even better if the hook’s callback is passed an order object or something which enumerates each bottle ordered. Then you can step through the list to accumulate appropriate images to fill the div with.

    Thread Starter fah121

    (@fah121)

    Hi there,

    Thank you very much for the explanation. I completely agree with you regarding the written list of order! I believe what this client like is the way user click on bottles and can amend the basket. So I should find something which will have some kind of graphical items in the basket! unfortunately, they have a limited budget so custom development won’t be an option! Thanks again.

    Best
    Para

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Visual product box’ is closed to new replies.