osCmax v2.5 User Manual
Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Wishlist-2.0.1

This is a discussion on Wishlist-2.0.1 within the osCMax v1.7 General Mods Discussion forums, part of the osCmax v1.7 Forums category; Has anyone managed to install this mod as I realy need this to work for me. I've had a look ...

      
  1. #1
    Member
    Join Date
    Jan 2004
    Posts
    71
    Rep Power
    9


    Default Wishlist-2.0.1

    Has anyone managed to install this mod as I realy need this to work for me.
    I've had a look at the files and they seem some what different from the MS2-MAX 1.5.5
    Can anyone help as I'm not sure where to start.

  2. #2
    New Member
    Join Date
    Oct 2003
    Posts
    24
    Rep Power
    0


    Default

    Good question, I have planned to install this contrib just after I finish a few things on the task I am presently working on.

    *BUMP*

  3. #3
    Member
    Join Date
    Jan 2004
    Posts
    71
    Rep Power
    9


    Default

    As far as I can see the only files I need to change are application_top and
    product_info the other files are just new files I add.
    application_top seems straight forward to change but the wish list product_ info is huge against the oscdox one.

  4. #4
    Member
    Join Date
    Jan 2004
    Posts
    71
    Rep Power
    9


    Default

    I have managed to install the Wishlist 2.0.1 and everything works except the email. I can see no sign of that or how to call it.
    Can anyone help?

  5. #5
    New Member
    Join Date
    Jan 2004
    Posts
    7
    Rep Power
    0


    Default

    Open wishlist.php inside the catalog/includes/languages/english directory and add the following line:
    Code:
    define('BOX_TEXT_SEND', 'Send to a friend');
    Open wishlist.php inside the catalog/includes/modules/wishlist directory and look for lines 58-60:

    Code:
    //rs    $customer_wishlist_string .= '<tr><td colspan="3" align="right" class="smallText"><a href="' . tep_href_link(FILENAME_WISHLIST, '','NONSSL') . '"><u>' . BOX_TEXT_VIEW  . '</u> [+]</a></td></tr>' . "\n";
    //    $customer_wishlist_string .= '<tr><td colspan="3" align="right" class="smallText"><a href="javascript:popupWindowWishlist(\'' . tep_href_link('popup_' . FILENAME_WISHLIST_HELP, '','NONSSL') . '\')"><u>'. BOX_HEADING_CUSTOMER_WISHLIST . ' Help</u> [?]</a></td></tr>' . "\n"; // Popup link
    //rs    $customer_wishlist_string .= '<tr><td colspan="3" align="right" class="smallText"><a href="' . tep_href_link(FILENAME_WISHLIST_HELP, '','NONSSL') . '"><u>' . BOX_TEXT_HELP . '</u> [?]</a></td></tr>' . "\n"; // Normal link
    and replace it with the following lines:

    Code:
    $customer_wishlist_string .= '<tr><td colspan="3" align="center" class="smallText"><a href="' . tep_href_link(FILENAME_WISHLIST, '','NONSSL') . '">' . BOX_TEXT_VIEW  . '</a> | ' . "\n";
    $customer_wishlist_string .= '<a href="' . tep_href_link(FILENAME_WISHLIST_HELP, '','NONSSL') . '">' . BOX_TEXT_HELP . '</a><br>' . "\n";
    $customer_wishlist_string .= '<a href="' . tep_href_link(FILENAME_WISHLIST_SEND, '','NONSSL') . '">' . BOX_TEXT_SEND . '</a></td></tr>' . "\n"; // Normal link
    You will now have a Send to a friend link inside your My Wishlist infobox.

  6. #6
    New Member
    Join Date
    Jan 2004
    Posts
    7
    Rep Power
    0


    Default

    Open wishlist_email.php and edit line 45:

    Code:
    $wishliststring .= $resultarray[1]."\n" . HTTP_SERVER ."/product_info.php/products_id/".$resultarray[0] . "\n\n";
    like this:

    Code:
    $wishliststring .= $resultarray[1]."\n" . HTTP_SERVER ."/product_info.php?products_id=".$resultarray[0] . "\n\n";
    This will correct the links to the products that will be sent to your friend via email.

  7. #7
    New Member
    Join Date
    Jan 2004
    Posts
    7
    Rep Power
    0


    Default

    To display the "Send your wishlist to a friend" input box in the main wish list page, open wishlist.php in the /catalog directory and do the following:

    a. cut lines 133-135
    Code:
    <?php
      if ($wishlist_numrows > 0 && (PREV_NEXT_BAR_LOCATION == '2' || PREV_NEXT_BAR_LOCATION == '3')) {
    ?>
    b. and move them below this line (#162):
    Code:
    <!-- tell_a_friend_eof //-->
    c. add </form> on top of <!-- tell_a_friend_eof //-->

  8. #8
    New Member
    Join Date
    Jan 2004
    Posts
    7
    Rep Power
    0


    Default

    To store owners who want to add the wish list feature in their site, I have written the installation instructions specifically for MS2-MAX 1.5.5 using Wishlist 2.0.1
    Attached Files Attached Files

  9. #9
    Member
    Join Date
    Jan 2004
    Posts
    71
    Rep Power
    9


    Default

    Thanks Guys. I thought nobody was interested so I managed to work things out for myself. This has helped me check things and will be of use to others.

  10. #10
    Anonymous
    Guest


    Default Wishlist Email product link

    If the links in your email do not work, "Ref: Mavericks post on Jan 30" try this.

    $wishliststring .= $resultarray[1]."\n" . HTTP_SERVER . DIR_WS_CATALOG ."product_info.php?products_id=" . $resultarray[0] . "\n\n";

    It worked for me.

Page 1 of 2 12 LastLast

Similar Threads

  1. Help wishlist 2.4b
    By auntie22 in forum osCMax v1.7 Installation
    Replies: 4
    Last Post: 04-13-2006, 09:35 AM
  2. Wishlist?
    By kenlyle in forum osCMax v2 Features Discussion
    Replies: 0
    Last Post: 11-08-2005, 03:09 PM
  3. wishlist 3.5d
    By auntie22 in forum osCommerce 2.2 Installation Help
    Replies: 3
    Last Post: 11-06-2005, 08:46 AM
  4. Wishlist issues - sent email doesnt include wishlist links
    By slothy in forum osCmax v2 Installation issues
    Replies: 3
    Last Post: 08-31-2005, 11:53 AM
  5. Wishlist mod
    By thinguy in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 10-04-2004, 01:33 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •