Skip to content

Instantly share code, notes, and snippets.

@akadak
Created March 21, 2020 13:15
Show Gist options
  • Save akadak/3ca46c7c356367c2d36da050150e94a8 to your computer and use it in GitHub Desktop.
Save akadak/3ca46c7c356367c2d36da050150e94a8 to your computer and use it in GitHub Desktop.
{if $product.eticaret}
<button
style="background-color: #ff4338; margin-bottom: 10px"
onclick="location.href='{$product.eticaret}' "
class="btn btn-primary add-to-cart"
data-button-action="add-to-cart"
type="submit"
{if !$product.eticaret}
disabled
{/if}
>
<img height="25px" src="{_PS_BASE_URL_}{__PS_BASE_URI__}img/n11.png" style="padding-right: 5px">
{l s='Hemen Satın Al' d='Shop.Theme.Actions'}
</button>
{/if}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment