From 5591f5c399b173e7ef1a9f84eaba186cb8297b02 Mon Sep 17 00:00:00 2001 From: Dh42 Date: Thu, 28 Nov 2013 10:46:33 -0600 Subject: [PATCH] Prevents crawlers from creating carts Is valid method of using multiple values, http://www.w3.org/TR/html401/struct/links.html#adef-rel --- themes/default-bootstrap/product-list.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default-bootstrap/product-list.tpl b/themes/default-bootstrap/product-list.tpl index bc18bf100..35dcb8253 100644 --- a/themes/default-bootstrap/product-list.tpl +++ b/themes/default-bootstrap/product-list.tpl @@ -88,9 +88,9 @@ {if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && $product.minimal_quantity <= 1 && $product.customizable != 2 && !$PS_CATALOG_MODE} {if ($product.allow_oosp || $product.quantity > 0)} {if isset($static_token)} - {l s='Add to cart'} + {l s='Add to cart'} {else} - {l s='Add to cart'} + {l s='Add to cart'} {/if} {else} {l s='Add to cart'}