GX-Abgewiesen #51330 » EyeCandyAddToCartButtonTextFix.patch
| src/templates/EyeCandy/module/product_listing/product_listing_v1.html (revision ) | ||
|---|---|---|
| 197 | 197 |
<a href="{$module_data.GM_PRODUCTS_BUTTON_BUY_NOW_URL}" class="button_green button_set action_add_to_cart"{if $module_data.PRODUCTS_NAME != ''} title="{$module_data.PRODUCTS_NAME|replace:'"':'"'} {$txt.text_buy}"{/if}>
|
| 198 | 198 |
<span class="button-outer"> |
| 199 | 199 |
<span class="button-inner"> |
| 200 |
{if $module_data.GM_HAS_PROPERTIES || $module_data.GM_HAS_ATTRIBUTES}
|
|
| 200 |
{if $module_data.GM_HAS_PROPERTIES || (!$module_data.GM_ATTRIBUTES && $module_data.GM_HAS_ATTRIBUTES)}
|
|
| 201 | 201 |
{$button.view_article}
|
| 202 | 202 |
{else}
|
| 203 | 203 |
{$button.add_to_cart}
|