Sharing or Publishing Wishlists

Author Message

Alex Jones

Thursday 14 October 2004 10:39:12 am

I have been playing with the wishlist implementation functionality which I rather like. But, one feature that I would like to see (or have yet to find in the current ) is the ability for a user to show their wishlist to others. It appears that the user has to be logged in to see their own wishlist. While this makes sense in regards to adding an item to a wishlist, I think it also makes sense to provide the user with the ability to publish their wishlist for family and friends to see, much like Amazon's implementation. This is really useful functionality for retail sites.

So, am I missing something, or is this not possible at the moment? Would it be possible to fetch the information based on the user ID?

Thanks,

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

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

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.

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 11:45:26
Script start
Timing: Jan 18 2025 11:45:26
Module start 'layout'
Timing: Jan 18 2025 11:45:26
Module start 'content'
Timing: Jan 18 2025 11:45:27
Module end 'content'
Timing: Jan 18 2025 11:45:27
Script end

Main resources:

Total runtime0.7915 sec
Peak memory usage4,096.0000 KB
Database Queries78

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0071 589.0391152.6250
Module start 'layout' 0.00710.0034 741.664139.4453
Module start 'content' 0.01040.7796 781.1094710.4609
Module end 'content' 0.79010.0014 1,491.570320.1641
Script end 0.7914  1,511.7344 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00380.4833160.0002
Check MTime0.00130.1692160.0001
Mysql Total
Database connection0.00080.095010.0008
Mysqli_queries0.712690.0347780.0091
Looping result0.00170.2161760.0000
Template Total0.755495.420.3777
Template load0.00260.331120.0013
Template processing0.752895.106220.3764
Template load and register function0.00010.014210.0001
states
state_id_array0.00110.133210.0011
state_identifier_array0.00170.213020.0008
Override
Cache load0.00210.2639420.0000
Sytem overhead
Fetch class attribute can translate value0.00080.105250.0002
Fetch class attribute name0.00140.1784110.0001
XML
Image XML parsing0.00180.233650.0004
class_abstraction
Instantiating content class attribute0.00000.0037140.0000
General
dbfile0.00140.1819300.0000
String conversion0.00000.001040.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
6content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
8content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
9content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 27
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs