Home : OpenEdit SDK : Programming OpenEdit : ECommerce Setup : Electronic Delivery
Electronic Delivery
Some products do not require shipping and are downloaded or require some action on the server for processing.Configuration
You will want to add this option to your copy of the this file /store/configuration/store.xml:<shipping-method id="electronic-delivery" costs="0" hidden="true" />
Then for each product that you want to automatically ship electronically add this line to the .xconf:
<product name="Eye Test" id="eyechart" ordering="-1" available="TRUE">
<shipping-method id="electronic-delivery" />
...
Formatting
Once you copy the file /base/store/electronic/electronic-delivery.html /store/electronic/electronic-delivery.htmlit can be edited and it will be passed in a $customer and $order variables.
