davet Posted September 21, 2010 Share Posted September 21, 2010 I see I can populate the Ajax Order form with the product ID, but can it also support the promo code and billing cycle like the default cart can? For example here is a promo for my regular cart http://interactiveonline.com/support/cart.php?a=add&pid=77&billingcycle=annually&promocode=promo5 I tried the same with the Ajax Order Form and it doesn't seem to work. https://interactiveonline.com/support/order/?pid=77&billingcycle=annually&promocode=promo5&skip=2 Is this possible? Or perhaps future versions of the Ajax Order Form could support this? I know it is considered open source but I am not a programmer and wouldn't know where to begin on how to accomplish this. Any help would be greatly appreciated. 0 Quote Link to comment Share on other sites More sharing options...
jnet Posted September 21, 2010 Share Posted September 21, 2010 Thanks God I am not alone. So this is a bug or some thing! 0 Quote Link to comment Share on other sites More sharing options...
davet Posted September 21, 2010 Author Share Posted September 21, 2010 Seems like it doesn't support it yet. The Ajax Order Form looks great but it is useless for our needs until we can populate it with a billing cycle and promo code. Has anyone determine a way to accomplish this? 0 Quote Link to comment Share on other sites More sharing options...
jnet Posted September 21, 2010 Share Posted September 21, 2010 After a lot of strugle I gave up and am going to get rid of ajax. It does not make any sense . 0 Quote Link to comment Share on other sites More sharing options...
drew13 Posted November 16, 2010 Share Posted November 16, 2010 add SetPromoCode($promocode); before $templatevars = array(); $productgroups = getProductGroups(); $templatevars['groups'] = $productgroups; in index.php 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.