Forum Replies Created
-
AuthorPosts
-
April 17, 2013 at 4:44 am in reply to: Coupon – Add active date to coupons in addition to expiry date #54938RobertParticipant
While your looking into this, can you also let me know if you have any plans to add gift card functionality?
April 16, 2013 at 5:02 am in reply to: Coupon – Add active date to coupons in addition to expiry date #54937RobertParticipantSure, I’m offering people a trial size product that, if they don’t like it they can return it for a refund, but if they do like it (and sign up for autoship), they can get a coupon that is good for the cost of the trial product. The coupon won’t be valid though until they have taken receipt of the second autoshipment.
Basically I want to be able to in effect have a requirement for when the coupon BECOMES valid in addition to an expiration date or in other words a valid date range for use of the coupon.
April 15, 2013 at 5:41 am in reply to: Coupon – Add active date to coupons in addition to expiry date #54934RobertParticipantIs anyone looking into this?
RobertParticipantGreat, thanks.
RobertParticipantI am also looking for the Paypal Advanced option. Any updates on this?
RobertParticipantFantastic! Just updated and that was just what I was looking for.
Thanks.
RobertParticipantSo, if a customer adds an item to the cart, applies the discount and is about to checkout, then they realize they need another item, so they go add it. Even though this item meets the criteria, they only get the discount on the first item, when, if they had added both items and then applied the coupon, they would get the discount on both items?
Is that what you are saying?
If so, they only way they can get the proper discoun (the above example is not coupon stacking), is to remove everything from the cart and start over. Doens’t seem quite right does it?
RobertParticipantI misunderstood, I thought I needed to update the eStore not the extra eStore. Once I updated the extra eStore, it worked fine.
Thanks,
Robert
RobertParticipantJust deleted and readded, still doesn’t work. Is there a version # to check or a file I can verify?
RobertParticipantAlso, just downloaded the latest and tried the above code, but didn’t work.
I d/l the new plugin, deactiveated it, copied the new code over, then reactivated it. I noticed the version jumped up 1, so thought I had the right version.
RobertParticipantThanks.
I noticed that when I hover over the text link it shows the link (with the parameters of course). Is there any way to hide this so you can’t see what is being passed?
January 4, 2013 at 9:42 pm in reply to: Variation Price [+£5] Issue – just a thought that might work? #48894RobertParticipantI have a similiar issue, where I want to dynamically show a different price, but don’t want the select to show anything about the price. In my case, it is for a special discount program that is explained elsewhere on the page. Not sure if this is what others are looking for, but I was able to accomplish this by using the label attribute.
The original code in the get_variation_and_input_code function (eStore_button_display_helper.php file line 99) is:
$var_output .= ‘<option value=”‘.htmlspecialchars($tmp_txt).'”>’.$tmp_txt.'</option>’;
If you change it to:
$var_output .= ‘<option label=”‘.$pieces2[0].'” value=”‘.htmlspecialchars($tmp_txt).'”>’.$tmp_txt.'</option>’;
I believe it works. I’ve only tested this in IE, but was wondering if this could be an added option (something like show or hide variation string).
Thanks,
Robert
RobertParticipantI only have a few items with long descriptions.
Thanks, this worked just like I wanted.
Robert
-
AuthorPosts