• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Alex
  • Private: No
  • Open Date: 01.09.14, 18:53
  • Opened by: Jorge Bañón
  • Closed by: Kate Support
  • Closed on: 04.09.14, 18:50
  • Reason: Fixed

Ticket #5729 - Only "Add to Whishlist" button when product has attributes in product list pages

Hi,

We are using product attributes in our store. So, we have disabled the “Add to cart” feature in Preferences > Products. While in the Home page all products show a “View” button in order to make the customer to choose sizes and colors, in product listing pages just shows the “Add to Wishlist” button. So the customer must realize that clicking the picture will go to product page to choose attributes.

When enabled the “Add to Cart” feature in Preferences > Products, the product listing page shows both buttons, the “Add to Cart” and “Add to Wishlist”.

So, it should be logic to have a “View” button together with the “Add to Wishlist” one when the “Add to Cart” feature is disabled.

Is there anything that you (or we) can do to solve this?

Thank you very much.

Jorge
www.comprar-medias.com Prestashop 1.6.0.9 - Alysum 3.2

Comments

Kate Support 02 Sep 2014, 09:44

Hello,
Please fill the fields of access to the back-office and the FTP in your profile http://support.promokit.eu/index.php?do=myprofile and we will try to help you.

Jorge Bañón 02 Sep 2014, 17:05

You have them.

Thanks.

Jorge

Alex 02 Sep 2014, 19:53

Hi. This is default Alysum behavior in PS 1.6

If you want there button VIEW. I will try to help you tomorrow with that.

Alex 03 Sep 2014, 09:20

Hi. Please check the access into FTP. I can’t connect with the provided access.

Jorge Bañón 03 Sep 2014, 09:59

FTP access data are right. Just checked and it works properly.

Alex 03 Sep 2014, 14:19

http://c2n.me/iQxKfP
Maybe you have some ip\country restrictions?

Jorge Bañón 03 Sep 2014, 17:28

I am not sure but I guess no.

I have changed the domain name by the IP.

Please, try again. If you are unable to access, I will contact my ISP.

Thank you for your efforts.

Jorge

Alex 03 Sep 2014, 21:35

The same
Error: Connection timed out
Error: Could not connect to server


file themes/alysum/product-list.tpl
http://c2n.me/iQIf1T
after {/if}
paste this code

{if $product.id_product_attribute != 0}
	<a class="button btn btn-default" style="display: inline-block;" href="{$product.link|escape:'html':'UTF-8'}" >
		{l s='View'}
	</a><br class="lst" />
{/if}

http://c2n.me/iQIhRw

Jorge Bañón 04 Sep 2014, 17:48

It works fine.

Thanks.

Jorge