I have a small travel company. I want to run your program.
I need to add a new category of product options such as choice of departure date to connect the calendar and choose the date of arrival.
How to do it?
Hello.
you can create new product option as global attribute. Check field type "date".
Also read this
http://www.abantecart.com/ecommerce-documentation/69-admin-user-manual/catalog-menu/global-attributes
I did it!
I need to display a calendar. People were able to choose the date of departure and date of arrival! :-\
Sorry, but we have no calendar on v.1.1.1 storefront yet.
But we already included it in v.1.1.2.
So, you can change your storefront/view/default/template/pages/product/product.tpl file and add datepicker js-script for attribute field.
Thank you! for the advice! I'll try to do it!