/ Published in: PHP
Expand |
Embed | Plain Text
{if last_segment == 'fr' AND segment_3 != 'test-product'} <style type="text/css">#addToCartButtoninson { display: none; }</style> {if:else} <?php $country = "{exp:geolocation:country}"; if ($country != "US") { print '<style type="text/css">#addToCartButtoninson { display: none; }</style>'; } ?> {/if}
You need to login to post a comment.
