Page 1 of 2 12 LastLast
Results 1 to 10 of 312

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    That would be tpl_product_info_display.php in includes/templates/CUSTOM_TEMPLATE/templates directory

    It been a yr and a half since I installed this but I thought the wishlist link were on the my account page by default.......hmmmmm
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  2. #2
    ScrapbookSupplies Guest

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    Thank you so much! Looks like I have a bit of work to do on that file! LOL

    Will get on it in the morning - I had to sneak on here to check my message today - Zen is making me an addict! hee, hee.

    If I figure out a way to get a link on the My Account Page I'll pass it on.

    Thanks again!

  3. #3
    Join Date
    Nov 2007
    Posts
    162
    Plugin Contributions
    0

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    I've been searching the boards and can't seem to figure out exactly WHICH files I need to edit and WHAT exactly I need to do to them.

    Here's what I need to do:

    1. Find the stylesheet for the WISHLIST tables (when I click on 'MANAGE MY WISHLISTS' alternate lists are showing up with a WHITE background and I need to know where I can change the colors. I need them to be a dark background since the links are a LIGHT YELLOW color and can't be seen on the white background.)

    2. Add a 'WISHLIST' link to my header along side the Home and LogIn links.

    3. I am using CSS buttons and have added an 'Add to Wish List' LINK to my product pages but I would really like it to be a CSS button that looks like all the rest and I would like it to be positioned elsewhere on the page like perhaps directly under the Add To Cart button.

    I'm using Zencart version 1.3.8

    Here is a link to my site if it helps: http://www.craftmagick.com

    Any help would be welcomed and appreciated very much!

    Zencart and the Wishlist mod ROCK!
    www.ZenCrystals.com
    www.CraftMagick.com
    Magickal & Metaphysical supplies/services

  4. #4
    ScrapbookSupplies Guest

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    Quote Originally Posted by Craft Magick View Post

    2. Add a 'WISHLIST' link to my header along side the Home and LogIn links.
    Not sure this is what you're asking for, as I didn't use this piece of code, but the readme file says:

    # To include a "Wish List" link in the template header, try this:
    <a href="<?php echo zen_href_link(UN_FILENAME_WISHLIST, '', 'SSL'); ?>"><?php echo UN_HEADER_TITLE_WISHLIST; ?></a>
    I'm confused on what you're asking about the .css and the background, mine is pulling from my existing .css. Although I am still very new myself so it could just be me not understanding, wish I could - I'd like to contribute something back.

  5. #5
    ScrapbookSupplies Guest

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    Quote Originally Posted by Craft Magick View Post
    I've been searching the boards and can't seem to figure out exactly WHICH files I need to edit and WHAT exactly I need to do to them.

    Here's what I need to do:

    1. Find the stylesheet for the WISHLIST tables (when I click on 'MANAGE MY WISHLISTS' alternate lists are showing up with a WHITE background and I need to know where I can change the colors. I need them to be a dark background since the links are a LIGHT YELLOW color and can't be seen on the white background.)

    2. Add a 'WISHLIST' link to my header along side the Home and LogIn links.

    3. I am using CSS buttons and have added an 'Add to Wish List' LINK to my product pages but I would really like it to be a CSS button that looks like all the rest and I would like it to be positioned elsewhere on the page like perhaps directly under the Add To Cart button.

    I'm using Zencart version 1.3.8

    Here is a link to my site if it helps: http://www.craftmagick.com

    Any help would be welcomed and appreciated very much!

    Zencart and the Wishlist mod ROCK!
    It's me again. I just played with mine wishlist some more and thought you might benefit from what I did - it will at least give you a starting point. I changed things up a little bit from what the readme file said, and the link that I put at the top of my index page is a bit different than what a true-blue Zenner would probably due, but I am rookie, so bare with me.

    First, for the link at the top of the page (where your home, my account, log in/out and checkout links are), I put just a plain "hard link" to the wishlist 'summary' page. So, in the includes/templates/your-template/common?tpl_header, I sneaked a line in on line 75:

    <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
    <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
    <?php
    }
    ?>
    <li><a href="http://www.scrapbooksuppliesdirect.com/shopping/index.php?main_page=un_wishlist">My Wishlist(s)</a>
    </ul>
    </div>
    <div id="navMainSearch"><?php
    require( DIR_WS_MODULES . 'sideboxes/search_header.php' );
    ?>

    I also went to the "My Account Page" and put the same string of code in there, so customers will see a link to their wishlists when they view the things on their account. This file is at: includes/templates/your-template/templates/account_default.php.



    Then, I took the code that the author gave (specifically for this area) which is for adding items to a wishlist, and added it to my product_info page, as it made more sense to have a hyperlink to add to the list there, and a link to view the list up at the top. Changing this into a button would not be hard to do (you could copy the instructions for this task from (I beleive) the "hints and tips" mod - One of the add ons that I have installed on my product page came w/additional instructions to make the link a button, I can't remember which one, you can look at my site if you want - sorry!

    Anyway, this is the code for ADDING an item to the wishlist, which after the buyer clicks the link to add the item they are directed to the list itself. I added this to: includes/templates/your-template/templates/product_info_display.php. I put mine on line 249, so it would be at the bottom underneath all of my buttons.

    <!--bof Add to Wishlist -->
    <br />
    <?php
    // (un): start wishlist link
    echo '<a href="' . zen_href_link(UN_FILENAME_WISHLIST, zen_get_all_get_params(array('action', 'products_id')) . 'products_id='.(int)$_GET['products_id'].'&action=un_add_wishlist') . '">' . UN_TEXT_ADD_WISHLIST . '</a>';
    // (un): end wishlist link
    ?>
    <!--eof Add to Wishlist -->

    Finally, I remember a little more on the .css with this mod. You need to edit the stylesheet that this author provided with the package if you need it to match your site. Most of the stylesheet contains basic things, there are only a few lines with colors on them, you should be able to weed through that quickly. It's in the download at: templates/classic/css.

    I know this doesn't exactly address your post 100% but hopefully it will get you started on the right path to where you need to go to get this add on working for you. It's really a very detailed wishlist - I had no idea until I started playing with it today.

    Good luck!
    Jeanne

    PS. My site is not yet live, so you can come over and play if you want to see these changes in action. http://www.scrapbooksuppliesdirect.com/shopping - If you register to test, please use a generic or silly name so I know it's okay to delete it before we go live.

  6. #6
    Join Date
    Nov 2007
    Posts
    162
    Plugin Contributions
    0

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    Quote Originally Posted by ScrapbookSupplies View Post
    It's me again. I just played with mine wishlist some more and thought you might benefit from what I did - it will at least give you a starting point. I changed things up a little bit from what the readme file said, and the link that I put at the top of my index page is a bit different than what a true-blue Zenner would probably due, but I am rookie, so bare with me.

    First, for the link at the top of the page (where your home, my account, log in/out and checkout links are), I put just a plain "hard link" to the wishlist 'summary' page. So, in the includes/templates/your-template/common?tpl_header, I sneaked a line in on line 75:




    I also went to the "My Account Page" and put the same string of code in there, so customers will see a link to their wishlists when they view the things on their account. This file is at: includes/templates/your-template/templates/account_default.php.



    Then, I took the code that the author gave (specifically for this area) which is for adding items to a wishlist, and added it to my product_info page, as it made more sense to have a hyperlink to add to the list there, and a link to view the list up at the top. Changing this into a button would not be hard to do (you could copy the instructions for this task from (I beleive) the "hints and tips" mod - One of the add ons that I have installed on my product page came w/additional instructions to make the link a button, I can't remember which one, you can look at my site if you want - sorry!

    Anyway, this is the code for ADDING an item to the wishlist, which after the buyer clicks the link to add the item they are directed to the list itself. I added this to: includes/templates/your-template/templates/product_info_display.php. I put mine on line 249, so it would be at the bottom underneath all of my buttons.




    Finally, I remember a little more on the .css with this mod. You need to edit the stylesheet that this author provided with the package if you need it to match your site. Most of the stylesheet contains basic things, there are only a few lines with colors on them, you should be able to weed through that quickly. It's in the download at: templates/classic/css.

    I know this doesn't exactly address your post 100% but hopefully it will get you started on the right path to where you need to go to get this add on working for you. It's really a very detailed wishlist - I had no idea until I started playing with it today.

    Good luck!
    Jeanne

    PS. My site is not yet live, so you can come over and play if you want to see these changes in action. http://www.scrapbooksuppliesdirect.com/shopping - If you register to test, please use a generic or silly name so I know it's okay to delete it before we go live.
    Thank you VERY VERY VERY much ScrapbookSupplies. I really appreciate your time AND the help. Almost all of the suggestions worked very well and I have implemented them into my site. I do things like you... improvisation that would make Zenfollowers shudder but we've gotta do what we've gotta do to get things done

    The only area I am still challenged with is the stylesheet. I was successfully able to change the background colors for the Products List BUT the Multiple wish lists listing is still showing the alternate WHITE background (I guess for odd/even rows)

    I have gone through my stylesheet.css AND the style_un_classic.css for the last 2 hours and changed every reference to light colored rows/backgrounds and STILL the alternate lists under the multiple wishlist view are still LIGHT....

    aaahhhh.... I am remiss to even ask for suggestions after all of the time and help you have already offered.

    I love Zencart but sometimes these 'little' tweaks make me feel like I'm


    LOL....

    Thanks again for all your help and have a beautiful evening.

    Zencart ROCKS!
    www.ZenCrystals.com
    www.CraftMagick.com
    Magickal & Metaphysical supplies/services

  7. #7
    ScrapbookSupplies Guest

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    Oh goodness, No problem at all! I am so glad to be of help to someone. I have gotten a lot of help here and would like to pass it on.

    I am not too savvy with the .css but since I have been here I have had several Zenner's point me to a cheat sheet on the .css that has been a true saving grace. It's an add on that works with Fire Fox. Several months ago I was very reluctant to even download Fire Fox and finally did so because I was forced to for a program and I am so glad that I did, so don't be afraid to download it if you haven't tried it yet.

    Anyway, with the newest version of FireFox there is a web developer's add on called FireBug that you can download. Once you have that you can navigate to your site, open the second wishlist (or whatever page is troubling you), point your mouse at the specific item, right click and select "inspect element". A little screen will pop up at the bottom and tell you exactly where in your stylesheet (the name of the item and the line number) this item is being controlled from. Even better yet, you can edit your stylesheet right there in Fire Fox to see if what you are changing is how you want it (the changes do not actually change your stylesheet - you make the changes, and when you get what you want then open the real deal up and make the change). It's amazing! It takes the guess work out of it for those of us that do not know how to edit css very well.

    Hope this helps!

  8. #8
    Join Date
    Jun 2008
    Posts
    20
    Plugin Contributions
    0

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    My headings are all off... I guess the tables?

    This is in my admin:

    HEADING_TITLETEXT_DELIMITERDefault

    * ENTRY_CUSTOMER
    * ENTRY_COMMENT
    * ENTRY_DEFAULT1
    * ENTRY_PUBLIC1
    How do I fix this?

    It's on my site too.
    Home :: NAVBAR_TITLE
    HEADING_TITLE

    TEXT_DESCRIPTION

    * Required information
    FORM_TITLE
    FORM_LABEL_EMAIL *
    FORM_LABEL_MESSAGE

  9. #9
    Join Date
    Nov 2007
    Posts
    162
    Plugin Contributions
    0

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    Quote Originally Posted by ScrapbookSupplies View Post
    Oh goodness, No problem at all! I am so glad to be of help to someone. I have gotten a lot of help here and would like to pass it on.

    I am not too savvy with the .css but since I have been here I have had several Zenner's point me to a cheat sheet on the .css that has been a true saving grace. It's an add on that works with Fire Fox. Several months ago I was very reluctant to even download Fire Fox and finally did so because I was forced to for a program and I am so glad that I did, so don't be afraid to download it if you haven't tried it yet.

    Anyway, with the newest version of FireFox there is a web developer's add on called FireBug that you can download. Once you have that you can navigate to your site, open the second wishlist (or whatever page is troubling you), point your mouse at the specific item, right click and select "inspect element". A little screen will pop up at the bottom and tell you exactly where in your stylesheet (the name of the item and the line number) this item is being controlled from. Even better yet, you can edit your stylesheet right there in Fire Fox to see if what you are changing is how you want it (the changes do not actually change your stylesheet - you make the changes, and when you get what you want then open the real deal up and make the change). It's amazing! It takes the guess work out of it for those of us that do not know how to edit css very well.

    Hope this helps!
    Thank you again, Scrapbook... I really appreciate the tip and have downloaded the FireBug add-on and it is absolutely fabulous and truly a timesaver. Thank you so much for taking the time to offer these suggestions.

    Zencart ROCKS!
    www.ZenCrystals.com
    www.CraftMagick.com
    Magickal & Metaphysical supplies/services

  10. #10
    ScrapbookSupplies Guest

    Default Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    Quote Originally Posted by barco57 View Post
    That would be tpl_product_info_display.php in includes/templates/CUSTOM_TEMPLATE/templates directory

    It been a yr and a half since I installed this but I thought the wishlist link were on the my account page by default.......hmmmmm
    Hey, thanks Mike!
    I must have missed your reply. I am going to give this a shot. Will post back when I get everything resolved.

    Thanks for the help!
    Jeanne

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Wishlist 0.9
    By vinnyna in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 Nov 2011, 03:52 PM
  2. 1.3 Compatible Contributions
    By borzoid in forum All Other Contributions/Addons
    Replies: 83
    Last Post: 26 Apr 2009, 11:50 PM
  3. MZMT compatible?
    By robeartoesart in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 4 Oct 2006, 01:29 PM

Posting Permissions

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