Share » Forums » General » Sharing or Publishing Wishlists

Sharing or Publishing Wishlists

Sharing or Publishing Wishlists

Thursday 14 October 2004 10:39:12 am - 7 replies

Author Message

Alex Jones

Wednesday 20 October 2004 8:22:58 am

Anyone?

Alex
[ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ]

<i>When in doubt, clear the cache.</i>

Łukasz Serwatka

Monday 25 October 2004 12:14:32 pm

Hi, Alex

I`m sorry for off topic but is there any IRC server where we could talk about eZpublish ;-)? Where we can meet developers who works with eZ publish every day?

Luke

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Paul Forsyth

Monday 25 October 2004 1:39:06 pm

Here you go:

http://ez.no/community/forum/general/irc_channel_for_ez_users

paul

Jorge estévez

Monday 25 October 2004 8:02:06 pm

Hi there.

I am building an Art Gallery and I would like to implement the wishlist in the site, can you post some tips on "How to make the wishlist"... (just like amazone)

If you have time please be specific cause I am new to ez...

Some ideas to begin with...

thanks

joe

Diseño Web Cuba
Web Design Cuba
www.elfosdesign.com

Alex Jones

Tuesday 26 October 2004 6:32:06 am

Hi Joe, I'm afraid I am still awaiting an answer to the same question (the one at the top of the thread), as I too want the capability to publish/share wishlists. As the eZ systems crew hasn't responded, nor have others more knowledgeable with the system,I am beginning to wonder if it is currently possible. It may require a new extension, which sadly, I don't have time to build right now.

Alex
[ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ]

<i>When in doubt, clear the cache.</i>

Alex Jones

Tuesday 07 December 2004 7:28:28 am

*bump*

Anyone have an answer to my question at the top of the thread?

Alex
[ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ]

<i>When in doubt, clear the cache.</i>

Eric Weik

Wednesday 02 February 2005 9:03:22 am

Alex (or anybody else),

Is there any documentation out there on how to actually implement a working wishlist?

I sort of got it working by adding the following code to the standard product template:

        <form method="post" action={"content/action"|ezurl}>
            <input type="submit" class="defaultbutton"
                   name="ActionAddToBasket" 
                   value="{"Add to basket"|i18n("design/base")}" />
            <input type="submit" class="defaultbutton"
                   name="ActionAddToWishList" 
                   value="{"Add to wishlist"|i18n("design/base")}" />
            <input type="hidden" name="ContentNodeID" value="{$node.node_id}" />
            <input type="hidden" name="ContentObjectID" value="{$node.object.id}" />
            <input type="hidden" name="ViewMode" value="full" />
        </form>

This will add items to the user's wishlist, but it leaves me with two questions:
1. Items always show up as costing $0.00 in the wishlist (3.5.0). Is this a bug I should report, or am I just missing a field somwhere?
2. Is there a way to store options in the wishlist? I.e. if a tee-shirt has S/M/L/XL options, I'd like to be able to store the XL option in the wishlist.

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu