Search:

Type: Posts; User: nagelkruid

Page 1 of 6 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    235
    Views
    33,599

    Re: wishlists 0.6

    You can even check it works if you are logged into the site you can go to http://naughtynightsuk.co.uk/index.php?main_page=wishlist
    and browse the page.
    If you're not logged in it will nicely...
  2. Replies
    235
    Views
    33,599

    Re: wishlists 0.6

    un_general.php is the file that was used in a older version.
    you need to follow the uninstall instructions from the readme quoted below:


    Upgrading from previous versions of Wishlist

    There...
  3. Replies
    235
    Views
    33,599

    Re: wishlists 0.6

    the text in the sql file:

    #April 2011 v0.8 added column
    #added column for attributes, if you need to just add the column to an existing table use:
    #alter table un_products_to_wishlists add...
  4. Replies
    235
    Views
    33,599

    Re: wishlists 0.6

    The SQL code was written not to delete the existing TABLE to avoid wishlists from existing customers from being deleted.

    If i am correct there is some documentation about it in the sql file...
  5. Replies
    235
    Views
    33,599

    Re: wishlists 0.6

    excellent input, thanks a lot for sharing!
  6. Thread: Wishlist

    by nagelkruid
    Replies
    377
    Views
    110,177

    Re: Wishlist

    This is what it should be:

    <!--bof Wishlist button -->
    <br class="clearBoth" />

    <?php if (UN_MODULE_WISHLISTS_ENABLED) {
    if ( $_SESSION['customer_id'] ) {
    ...
  7. Replies
    235
    Views
    33,599

    Re: wishlists 0.6

    excellent, thanks for sharing,

    Jeroen
  8. Replies
    235
    Views
    33,599

    Re: wishlists 0.6

    Hi,
    All it is saying, it has allready an entry in the first row of the database. It is the correct entry to be there.
    If you run the sql again in the future it will give you the exact same message,...
  9. Replies
    235
    Views
    33,599

    Re: wishlists 0.6

    Hi,
    I noticed this as well which is why i changed the code to include an if statement:
    if ( $_SESSION['customer_id'] ) {....
    and in an else to show text to login first before they can click te...
  10. Replies
    235
    Views
    33,599

    Re: wishlists 0.6

    You may not have uploaded all files or some of the files are not uploaded correctly or are in the wrong place.

    Specifically, you will need to check the file in includes/extra_cart_actions which...
  11. Replies
    235
    Views
    33,599

    Re: wishlists 0.6

    Hello Jim,
    You should be able to restore the data with that command.
    Unfortunately you didn't post the error message?

    Are you trying to restore the data via phpmyadmin or via the sql patch tool?...
  12. Replies
    235
    Views
    33,599

    Re: wishlists 0.6

    This is totally normal and can be ignored if you allready have existing wishlist install.
    However, you may need to run the alter table command that is commented out in the sql install file to add a...
  13. Replies
    235
    Views
    33,599

    Re: wishlists 0.6

    Sorry i missed you post, i was enjoying some time off.
    The sidebox can not be used to add products in version 09. This is because to support attributes the wishlist will need more parameters than...
  14. Replies
    235
    Views
    33,599

    Re: wishlists 0.6

    Hello Delia,
    In version 0.9 the suport for attributes is introduced.
    The only way i see this working is when you submit the cart_quantity form in the main product page just as if you would adding a...
  15. Replies
    235
    Views
    33,599

    Re: wishlists 0.6

    I didn't really look at multiple wishlists yet, so if the problem was there in 05, it is very well possible it is still unsolved. You may opt for just allowing for 1 wishlist which you can set via...
  16. Replies
    235
    Views
    33,599

    Re: wishlists 0.6

    Hello Linda,

    Thanks for reminding me, i didn't add the added price for selected attributes, it needs to be on my todo for the next version.

    second point is correct as well, no matter what...
  17. Replies
    235
    Views
    33,599

    Re: wishlists 0.6

    yes, you are correct on both, altough in my shop it will stay on the wishlist page and put the message added to cart in the top bar (and adds the product to the cart)
  18. Replies
    235
    Views
    33,599

    Re: wishlists 0.6

    you have asked for it, now it's here.
    attribute support.
    wishlist 0.9 should appear in downloads within a week.
    for those who can't wait:
    wishlist_09

    let me know if you like it
  19. Re: 2 submit buttons on products page is it possible?

    thanks for reading, the problem went away by adding || ($_POST['wishlist_x']) to the catch altough i still don't understand why that changed the behaviour...
  20. 2 submit buttons on products page is it possible?

    Hello,

    I want to add a button to the productspage that will add a different parameter (name = "wishlist" value = "yes") and then submit the form like it would while hitting the add to cart button....
  21. Replies
    13
    Views
    4,622

    Re: Zen Cart Notifier Trace [Support Thread]

    thanks for the effort,
    i am trying to use it to debug a class but i am unable to.
    it is giving me errors about "Call to undefined method un_wishlist::notify()"
    i have amended the parent class to...
  22. Replies
    235
    Views
    33,599

    Re: wishlists 0.6

    I stand corrected :blush:
    If you add the link to the product page and then use that link it is actually possible to add an item without being logged in.
    previously you were always redirected to the...
  23. Replies
    235
    Views
    33,599

    Re: wishlists 0.6

    i agree, the points you raise are valid and are clearly stated in the readme, the reason you are redirected to the product page instead of the product gets added to the cart is because your product...
  24. Replies
    235
    Views
    33,599

    Re: wishlists 0.6

    Hello,

    It is impossible to create a wishlist without being logged in at this time :cool:
  25. Replies
    346
    Views
    47,003

    Re: Facebook Like Button

    Yeah, i know, nothing wrong with your code or the module.
    Just tought it would be good to post here, in case anyone else comes acroos this, may save someone some time/frustrations :cool:

    Thanks,...
  26. Replies
    346
    Views
    47,003

    Re: Facebook Like Button

    No, the products are very similar, so i was indeed pulling my hairs out :smile:

    If you google the unable to like problem in combination with the different image posted on facebook then you should...
  27. Replies
    346
    Views
    47,003

    Re: Facebook Like Button

    Hello delia,
    the productspages is where i use it.
    If i put the tag back in, some products just are unable to be liked.
    they will shortly accept when you click but then revert back and nothing...
  28. Replies
    346
    Views
    47,003

    Re: Facebook Like Button

    one important change i had to make to get the like button behave without some weird stuff on some pages was to comment out this og property:

    <!--<meta property="og:type" content="product" />-->...
  29. Replies
    509
    Views
    64,934

    Re: Back In Stock Notifications

    Hi Conor,

    I think that's exactly what happened as the name that was left is one that i use for testing a lot and that is about the only account that gets deleted once in a while.

    However, the...
  30. Replies
    509
    Views
    64,934

    Re: Back In Stock Notifications

    ps: i actually just had this and solved:
    if this is the case and you want to delete the product_id from the database you could try this from the patch tool:
    delete from...
  31. Replies
    509
    Views
    64,934

    Re: Back In Stock Notifications

    I have had occasional errors with this module because the customer managed to get some invalid data or no data in...

    If you have weird errors with emails and only related to this module try this:...
  32. Replies
    235
    Views
    33,599

    Re: wishlists 0.6

    On my personal wishlist for this module:
    - add attributes
    - enable wishlist for guests

    it is even listed in the readme as something i will want and probably will implement. But given the hours i...
  33. Replies
    235
    Views
    33,599

    Re: wishlists 0.6

    Hello DarkAngel,

    No need to run the sql, there were no changes in there, only changes were in a few template files and a languange define addition, so you should be just fine.

    What happens when...
  34. Replies
    235
    Views
    33,599

    Re: wishlists 0.6

    Just found annoying problem with the button code in two template files that will disable the add to cart function from the list.
    version 0.7 will fix this, available from the downloads section or...
  35. Replies
    2
    Views
    555

    Re: Adding WishList

    use zen_image_button instead of submit
  36. Replies
    235
    Views
    33,599

    Re: wishlists 0.6

    Go into /includes/languages/english/extra_definitions/wishlist_defines.php and change the value from "Products Name" to "Name"


    define('UN_TABLE_HEADING_PRODUCTS', 'Name');
  37. Replies
    235
    Views
    33,599

    Re: wishlists 0.6

    the database problem
    This post is for the people that have allready installed an older version and are having (or had) trouble with the database tables used in this module.

    Basicly the original...
  38. Replies
    235
    Views
    33,599

    wishlists 0.6

    This mod hadn't been touched by an awful long time so this was a nice opportunity for me to fix most of the bugs that have been noted in the past by the forum members and revamp the current 0.5...
  39. Thread: Wishlist

    by nagelkruid
    Replies
    377
    Views
    110,177

    Re: Wishlist

    If you are now working on an implementation how about installing and using version 0.6, i have got one last bug i want to get out of this revision before i am ready to post, altough i will be happy...
  40. Thread: Wishlist

    by nagelkruid
    Replies
    377
    Views
    110,177

    Re: Wishlist

    hello darkangel,
    there are some hints in the readme that will tell you how you can add a link to the header or the account page, did you try to use those?
  41. Thread: Wishlist

    by nagelkruid
    Replies
    377
    Views
    110,177

    Re: Wishlist

    Looking at this link, i have to conclude you have figured it out by now? all looks good to me...
  42. Thread: Wishlist

    by nagelkruid
    Replies
    377
    Views
    110,177

    Re: Wishlist

    In my opinion, these are not actions that would be included in a wishlist module perse. What you want is a birthday list or a newborn list or whatever you would name such a list.
    It is different...
  43. Thread: Wishlist

    by nagelkruid
    Replies
    377
    Views
    110,177

    Re: Wishlist

    There is a module where you -as an admin- can login as your customer.
    You could then modify their wishlist for them if you want to.
  44. Thread: Wishlist

    by nagelkruid
    Replies
    377
    Views
    110,177

    Re: Wishlist

    i can imagine that you want it, but that is so different from this module... you would have to be able to make a sale and link the product to another users list when you buy it.

    Not impossible,...
  45. Thread: Wishlist

    by nagelkruid
    Replies
    377
    Views
    110,177

    Re: Wishlist

    Seems like this version needs a version 0.6 with possible ammends:
    * fixed DB_PREFIX in definition files
    * fixed defaults to small images to be shown in extended list
    * fixed price showing...
  46. Thread: Wishlist

    by nagelkruid
    Replies
    377
    Views
    110,177

    Re: Wishlist

    I meant jim, but i also missed the entire next page in which his problems were solved, seems like i need some more coffee.
    Just disregard my posts (as usual) :P

    cheers,
    jeroen
  47. Thread: Wishlist

    by nagelkruid
    Replies
    377
    Views
    110,177

    Re: Wishlist

    It works for me, went on live shop last night, went ok as well.
    I think jake's problem's are gone too, i don't see any errors in his shop, at least not at the customer's site of things
  48. Thread: Wishlist

    by nagelkruid
    Replies
    377
    Views
    110,177

    Re: Wishlist

    think i figured it out, in your previous posts, where you said to edit /includes/templates/template_default/templates/tpl_product_info_display.php incorrectly, i think you may wanted to refer to the...
  49. Thread: Wishlist

    by nagelkruid
    Replies
    377
    Views
    110,177

    Re: Wishlist

    thanks for posting your fixes Snuggle, i have replaced this line in the file but it still shows starting at while it shouldn't.
    crazy, i am clueless why...
  50. Replies
    311
    Views
    65,433

    Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    sorry, found a more recent thread regarding this mod
    http://www.zen-cart.com/forum/showpost.php?p=1002293&postcount=174
Results 1 to 50 of 296
Page 1 of 6 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR