tallmilady
Starting Member
6 Posts Pre-sales questions only (More Details...)
|
Posted - 07/26/2019 : 14:05:48
https://www.bearwithusinc.com I just changed the following to TRUE $wishlistonproducts=TRUE; I also added $wishlistondetail=TRUE; in order to add the "Add to List" link on the product detail pages. This didn't work. Please help
|
Vince
Administrator
42874 Posts |
Posted - 07/26/2019 : 14:21:30
|
Vince
Administrator
42874 Posts |
Posted - 07/30/2019 : 13:05:09
|
tallmilady
Starting Member
6 Posts Pre-sales questions only (More Details...)
|
Posted - 07/31/2019 : 08:32:02
FYI - this is not a Wordpress site. Also, I am logged in and I did upload the changes I made to the includes.php file.
Question: Are you saying that an Add to Cart button needs to show up under each item on the PRODUCTS page to make the Wish List link show up as well? There is a Buy Now button on each PRODUCT DETAIL page. I am trying to add the Wish List link on the PRODUCT DETAIL pages? Is this not possible?
|
tallmilady
Starting Member
6 Posts Pre-sales questions only (More Details...)
|
Posted - 07/31/2019 : 08:56:50
I found the problem. It turns out I needed to change $enablewishlists to TRUE.
But now I don't see anywhere to view the List.
|
tallmilady
Starting Member
6 Posts Pre-sales questions only (More Details...)
|
Posted - 07/31/2019 : 09:08:22
Okay, I found the Wish List but it is very hard to find. It seems I have to click on the View Cart link to see both the Wish List and the Cart. Can you change View Basket to read Cart/Wish List?
FYI - the View Basket button is not clickable on iPhone in vertical 320px width mode.
|
Vince
Administrator
42874 Posts |
Posted - 07/31/2019 : 15:27:34
|
tallmilady
Starting Member
6 Posts Pre-sales questions only (More Details...)
|
Posted - 08/01/2019 : 08:12:12
This is the Bear With Us site. The View Basket text link is next to the shopping cart image. If you are signed in, it is at the top of any page on iPhone. I did not create this as custom and there is not any view basket code in the includes.php file.
BTW - If the View Basket link is not standard, then where else would I go to see the Wish List?
|
Vince
Administrator
42874 Posts |
Posted - 08/01/2019 : 08:52:46
Ok, I get you now but I think that is part of the design so you can just change the text in your Template file, no? For the unclickable link it seems you have a DIV.main at the top and underneath that a DIV.top_nav and what is happening is when the browser width is below a certain size, the DIV.top_nav is covering the DIV.main so you can't click the link. If you insert a new DIV.clear between these two though it solves the problem as it ensures that DIV.top_nav is completely below the main DIV. <div class="main">...</div> <div class="clear"></div> <div class="top_nav">...</div> Vince Click Here for Shopping Cart SoftwareClick Here to sign up for our newsletterClick Here for the latest updater
|
tallmilady
Starting Member
6 Posts Pre-sales questions only (More Details...)
|
Posted - 08/01/2019 : 11:58:41
Perfect. That fixed it. Thanks
|
|
|