• Resolved veronicaclareweb

    (@veronicaclareweb)


    Hello, okay, so my client needs clarity on these points before we upgrade.

    1 – Could you help me figure our why my templates aren’t being over-ridden. They have been moved into a folder /woocommerce/filename.php but they are not overridden.
    2 – Is there a hook or function where I can add the category before the product name in the wishlist (this would be easily rectified if I can override the template)
    3 – Currently, if we set it so that only logged in users can create wishlists, it seems like they are only visible to people who are logged in even when shared using the share buttons. Is this feature changeable on the premium version?
    4 – Is it possible to make wishlists editable without an account? So users can edit their wishlist on different devices without logging in?
    5 – Am I able to embed the wishlist url in a custom form?
    Please could you get back to me ASAP

    Thank you
    Veronica

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author templateinvaders

    (@templateinvaders)

    Hi Veronica,

    Thank you for reaching out. We’ll address each of your points below:

    1 – To override the templates, you can copy the template file from our plugin’s templates directory to your active theme’s directory. For example, if you want to override the ti-wishlist.php template, you would copy it to yourtheme/woocommerce/ti-wishlist.php. Please make sure the file structure is correct.

    2 – You can add category name in the wishlist table by using the provided snippet: https://gist.github.com/doozy/928d556169e76c6a3aebca13d437465c

    3 – If you enable the “Require login” option to use wishlist features, the wishlist will only be visible to logged-in users. This behavior is by design. Guests who click on shared wishlist links will be redirected to the login page.

    4 – To use the same wishlist on different devices, the user must log in to access their wishlist.

    5 – You can embed the wishlist URL in a custom form using the function tinv_url_wishlist(). This function will return the URL for the current wishlist of the current user or guest.

    We hope this information clarifies your concerns. If you have any further questions, please feel free to ask. We’ll be happy to assist you.

    Thread Starter veronicaclareweb

    (@veronicaclareweb)

    Thank you so much for getting back to me.

    1 – The folder structure is correct. I am using a beaver builder child theme, do you know of anything that could be causing an issue?

    2 – Thank you

    3 – Okay, noted I will find out if this is suitable.

    4 – Thank you for confirming

    5 – Thank you

    Another question. Is there a way to allow an editable version of the wishlist to be shared without log in? like maybe a share key or something?

    Thread Starter veronicaclareweb

    (@veronicaclareweb)

    Sorry me again. Regarding point 2. I need a to show a custom product taxonomy, designer, and it needs to be before the product name on the cart. Could you help?

    Thread Starter veronicaclareweb

    (@veronicaclareweb)

    Thank you, I found the error with the templates, point 1. It was me.

    Plugin Author templateinvaders

    (@templateinvaders)

    Here is a PHP snippet for your point #2

    https://gist.github.com/doozy/95fe4937dfe09d1d19b3b0ec370aa81b

    Thread Starter veronicaclareweb

    (@veronicaclareweb)

    Hello, thank you so much for all your help, I really appreciate it. I am having trouble using the function tinv_url_wishlist(). It doesn’t show the unique wishlist link, just the main wishlist page. Is there anything I can do to show the unique link?

    Thank you so much for your help.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘A few issues/questions’ is closed to new replies.