Okay, I think I got it to work by myself. One suggestion, the readme.txt file should provide a clearer instruction. Thanks.
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
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
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?
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?
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:
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)!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.
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
If your using IH2 check this link:
http://www.zen-cart.com/forum/showpo...11&postcount=2
hope this helps
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');
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!
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?