Thread
:
Coupon Ends (if exists)?
View Single Post
#
8
June 6th, 2012, 02:08 PM
Eric
Datafeed
r
Team
Join Date: Feb 2008
Posts: 16,902
Hi
You can do something like this:
PHP Code:
<?php
if (
trim
(
$s
->
coupon_info
(
$product
,
'code'
)) !=
''
) :
?>
[coupon.code]
<?php
endif;
?>
__________________
Configure your email settings
to receive an email when your question is answered.
Version 3 Information
Removing the title "Store" from your store pages
Set your store as your homepage
Eric
View Public Profile
Find all posts by Eric