PDA

View Full Version : Adding Sizes/Options...


davidharley0821369190
04-05-2009, 03:18 PM
I've added sizes to all the necessary pages, but its not showing up on my receipt (which I believe is not being passed to Authorize.net), how can I make this happen?

Ray Borduin
04-06-2009, 10:38 AM
You could append it to the name or description in the local checkout server behavior. Are you using local checkout or a remote checkout form? If you are doing remote, the answer is the same but you would have to update the hidden form elements on the confirm page and not the local checkout server behavior.

davidharley0821369190
04-06-2009, 11:31 AM
How do I append it to the name or description?

Ray Borduin
04-06-2009, 11:34 AM
Just add it in front... just like the name is there.. add the field from your eCart column before it with a space in between.

Did you decide if you were using remote or local? Did you see where the name is specified currently? I guess do those two things first and then just copy and paste the value.

davidharley0821369190
04-06-2009, 03:59 PM
That did the trick, thanks a lot. Btw, Im using Local Checkout. Thanks Ray

One more quick question, I'm trying to implement digital files into my cart, I just purchased digital file pro and universal email(UE I believe I have already integrated into the cart), my question is, the video tutorial seems a bit outdated, should I follow it to the letter or is there a better tutorial to use?

Ray Borduin
04-06-2009, 04:29 PM
Follow the concepts but "to the letter" may not work since it is a little out of date.

davidharley0821369190
04-07-2009, 12:49 AM
New problem:
When I put a download into my cart, i keep getting a shipping failure "no packages to ship". How can get the download to bypass shipping since it doesn't need to be shipped?

Ray Borduin
04-07-2009, 07:17 AM
You may need to update your trigger to account for when the total weight is zero. The error means that the weight was equal to zero... but I guess you figured that part out. Now you just need to account for not calling that code when the weight is equal to zero. This is done in the trigger for the shipping calculation server behavior and requires a small amount of hand coding since that is not one of the default triggers.

davidharley0821369190
04-07-2009, 10:20 AM
Thanks for walking me through the issues, Ray. Or is there a way to offer "free Shipping" on the downloads?Any thoughts on code?

Ray Borduin
04-07-2009, 03:46 PM
You can always register a discount that equals the shipping amount to offer "Free shipping"... also updating the trigger would effectively give free shipping.