• Hello,

    I would appreciate if anyone is able to help with my template customization. I have applied the wishlist shortcode to WooCommerce My Account page, but I wish to refine to just Product image, picture and cost as per this simple layout:

    View post on imgur.com

    Are there any heroes who can help me by editing the wishlist.php template to simply display the layout as above?

    Thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there

    Not sure if I’ll be able to help you with this customization, but I can give you some addice 🙂

    First of all, you should probably override wishlist-view.php template, instead of wishlist.php
    In second place, if you want to replicate your shop loop template in wishlist, I’d suggest you, for each wishlist item, to define global $product, and to include content-single-product.php template of WooCommerce, to replicate your shop loop in the wishlist

    Thread Starter westham00

    (@westham00)

    Hello

    Thank you for your advice. Well noted for the wishlist-view.php. Currently I am trying however not an expert at PHP.

    If any other expert users can help here it would be much appreciated.

    Thanks

    Plugin Author YITHEMES

    (@yithemes)

    Well, I’m not sure if I can guide you through all the required steps, but I could provide you with an example template

    Here you can find my test template
    If you download it and upload it in your theme’s folder (or even better under /woocommerce subpath in your theme’s folder) you should get something like this (of course result may vary depending on your theme, we did our test using YITH Proteo theme)

    Hope this helps

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Edit Wishlist Template’ is closed to new replies.