Page 10 of 32 FirstFirst ... 8910111220 ... LastLast
Results 91 to 100 of 312
  1. #91
    Join Date
    Dec 2005
    Location
    Perth, Western Australia, Australia
    Posts
    781
    Plugin Contributions
    0

    red flag Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    Okay, I think I got it to work by myself. One suggestion, the readme.txt file should provide a clearer instruction. Thanks.
    The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan


  2. #92
    Join Date
    Dec 2005
    Location
    Perth, Western Australia, Australia
    Posts
    781
    Plugin Contributions
    0

    red flag Re: WishList v0.4 -- ZenCart 1.3.7 compatible

    how do we resize the product images in the main/index wishlist page? At the moment, they are way too big.
    The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan


  3. #93
    Join Date
    Oct 2006
    Posts
    32
    Plugin Contributions
    0

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

    The way my custom template is the wishlist page is not centered properly. Is there a way to move everything over so that it is lined up properly?
    Attached Images Attached Images  

  4. #94
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

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

    Does anyone know if the customers wishlist pages are indexed by google? (pages appear to be non SSL)

    Im concerned about my customers privacy...


    If they are....how would I prevent this?

    add wishlist to the zen cart robot text in:

    includes/languages/english/CUSTOM/meta_tags.php?

  5. #95
    Join Date
    Nov 2005
    Posts
    90
    Plugin Contributions
    0

    Default No application_top.php in my downloaded file?

    Question 1:

    • [1a]Ok, I was trying to fix the application_top.php as instructed on the thread referenced in the read me...however, my application_top.php has only got 135 lines - not the 600+ as suggested in the help thread...

      [1b]Also, the read me states that there will be changes to the application_top.php - there isn't even a application_top.php in the file set that I've downloaded...can anyone help me with this issue? I've read this entire thread and the other one...did not find anything that could explain this inconsistency.

    Question 2:

    Also, perhaps someone could help me with this issue...seems that myphp has significantly changed since I last used it in 2005!

    When I attempt to go into the Wishtlists section under the Extra's menu, I get the following error:

    1146 Table 'sabastin_zc4.un_wishlists' doesn't exist
    in:
    [SELECT w.id, w.customers_id, w.created, w.modified, w.name, w.comment, w.default_status, w.public_status, count(p.products_id) as items_count, c.customers_email_address, c.customers_firstname, c.customers_lastname FROM un_wishlists w LEFT JOIN un_products_to_wishlists p2w ON w.id=p2w.un_wishlists_id LEFT JOIN zen_products p ON p2w.products_id=p.products_id LEFT JOIN zen_customers c ON w.customers_id=c.customers_id GROUP BY w.id ]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    I understand that this means that the tables were not created - and I understand that this is due to the difference between the name of my DB and those referenced within the SQL file...I also realize that I am supposed to change this...the problem lies in the fact that I do not remember exactly which part of my database 'name' I am supposed to use...I had always thought that I was supposed to add: zc4_un_wishlists - but that zc4. throws me off completely (green in Quote)!

    Question 3:

    Also, if I am correct, one I fix it to match my DB name, the SQL code will drop the table that WAS created the first time I ran this file won't it? Or umm...did it even do anything at that point or did it do nothing since I did not add the proper db name? In other words - is my DB still ok after I ran that SQL file, or do I need to work on fixing something?

    Thanks for reading, I really would appreciate it if anyone who has some answers or even suggestions could help me understand these issues.

    Kimberly

  6. #96
    Join Date
    Apr 2007
    Location
    California, USA
    Posts
    233
    Plugin Contributions
    0

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

    Quote Originally Posted by dealbyethan.com View Post
    how do we resize the product images in the main/index wishlist page? At the moment, they are way too big.

    Did anyone find out how to change the product image sizes?
    Thanks
    Supersnow

  7. #97
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

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

    If your using IH2 check this link:

    http://www.zen-cart.com/forum/showpo...11&postcount=2

    hope this helps

  8. #98
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

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

    Quote Originally Posted by dharma View Post
    Does anyone know if the customers wishlist pages are indexed by google? (pages appear to be non SSL)

    Im concerned about my customers privacy...


    If they are....how would I prevent this?

    add wishlist to the zen cart robot text in:

    includes/languages/english/CUSTOM/meta_tags.php?
    I assume that all Zen Cart SSL pages are not indexed by google, right?

    So I changed the wishlist links (find a friend) that were not SSL to SSL...

    is that enough? or do I need to add wishlist pages to the meta tags file?
    Code:
     define('ROBOTS_PAGES_TO_SKIP','login,logoff,create_account,account,account_edit,account_history,account_history_info,account_newsletters,account_notifications,account_password,address_book,advanced_search,advanced_search_result,checkout_success,checkout_process,checkout_shipping,checkout_payment,checkout_confirmation,cookie_usage,create_account_success,contact_us,download,download_timeout,customers_authorization,down_for_maintenance,password_forgotten,time_out,unsubscribe,info_shopping_cart,popup_image,popup_image_additional,product_reviews_write,ssl_check');

  9. #99
    Join Date
    Aug 2007
    Posts
    14
    Plugin Contributions
    0

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

    Awesome contribution, client wanted a sort of online photo gallery system, turned out this provided the exact functionality so thanks!

    I'm trying to change the extended view so that all that is displayed are the image with add to cart buttons next to them, so basically remove the sort and view drop downs then remove the bullets from below the photos.

    Any help on how to do this, even just which file to edit would be great, thanks in advance!

  10. #100
    Join Date
    Nov 2007
    Posts
    1
    Plugin Contributions
    0

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

    Have been having a problem that if customers have more than 10 items in their wishlist, when you click the link for page 2 (or any other additional page), it takes you to the find a wish list page rather than showing the additional items in the customer's wishlist . If you change the view to compact the additional pages work, they will also work if you change back to extended view. I think this has something to do with the wishlist id getting dropped in the links when the wishlist is initially displayed.
    Does anyone know how I can fix this?

 

 
Page 10 of 32 FirstFirst ... 8910111220 ... 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