in 5x we could turn certain things on or off like gift options.
Where do I go to do this in 7?
turning off features?
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: turning off features?
Those are parameters in the Conlib for the one page checkout. (See Help --> Conlib Reference. It took me a while to find them)
OnePageCheckout
Summary:Displays a one page checkout form.
Usage: [[ConLib:OnePageCheckout EnableGiftWrap="true" EnableMultiShipTo="true" EnableShipMessage="false" AllowAnonymousCheckout="false"]]
Properties:
EnableGiftWrap
Possible values are true or false. Indicates whether gift wrap options should be shown to the customer.
EnableMultiShipTo
Possible values are true or false. Indicates whether multiple shipping destinations are allowed and should be made available to the customer.
EnableShipMessage
Possible values are true or false. When true, a field is displayed for the customer to enter delivery instructions for the shipment.
AllowAnonymousCheckout
Possible values are true or false. When true, customers are allowed to check out without creating a user account.
OnePageCheckout
Summary:Displays a one page checkout form.
Usage: [[ConLib:OnePageCheckout EnableGiftWrap="true" EnableMultiShipTo="true" EnableShipMessage="false" AllowAnonymousCheckout="false"]]
Properties:
EnableGiftWrap
Possible values are true or false. Indicates whether gift wrap options should be shown to the customer.
EnableMultiShipTo
Possible values are true or false. Indicates whether multiple shipping destinations are allowed and should be made available to the customer.
EnableShipMessage
Possible values are true or false. When true, a field is displayed for the customer to enter delivery instructions for the shipment.
AllowAnonymousCheckout
Possible values are true or false. When true, customers are allowed to check out without creating a user account.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Re: turning off features?
IN AC 7.0 does adding EnableGiftWrap="true" to the conlib allow you to add gift wrapping to the entire order and not by specific product?
Re: turning off features?
You can adjust the GiftWraps fro products in the merchant edit product page.
Re: turning off features?
What if I wanted to add the Gift Wrapping on the entire order at the end of checkout, instead of by individual product? If I add to each product, wouldn't the customer be charged a fee for each separate item? Or can I add a Gift Wrap Service to the cart for one fixed fee?
Thanks.
Thanks.
Re: turning off features?
GiftWraps are not available at order level.
Re: turning off features?
Perhaps a workaround could be to setup some giftwraps as products and provide some location in checkout process where customer can add one these products to basket. In this way that product will flag the giftwrap for complete order.