google-code-export / evision

Automatically exported from code.google.com/p/evision
0 stars 0 forks source link

Store: Product Estimated Shipping Time #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When a merchant adds a new product their need to be an option that say "usually 
ships within" with the options of:

24 Hours
3 Days
7 Day
14 Day
30 Day

The last 2 options would be geared towards personalized and custom items.

Then in the item description which the customer views there would be a line at 
the bottom of the description which would say "This item usually ships within " 
 "".

Original issue reported on code.google.com by kiley.je...@gmail.com on 3 Feb 2011 at 4:41

GoogleCodeExporter commented 9 years ago
product.shipping_time DB field, varchar(255). On Store->AdminHTML: 

Select box for numbers: 1-31 

Select box for: "hour(s), "day(s)", "week(s)", "month(s)", "year(s)"

Implode select boxes for shipping_time. Explode by " " for select box 
population.

Original comment by alan.val...@ucclouds.com on 16 Feb 2011 at 10:43

GoogleCodeExporter commented 9 years ago

Original comment by alan.val...@ucclouds.com on 16 Feb 2011 at 10:45

GoogleCodeExporter commented 9 years ago

Original comment by alan.val...@ucclouds.com on 16 Feb 2011 at 10:47

GoogleCodeExporter commented 9 years ago

Original comment by alan.val...@ucclouds.com on 17 Apr 2011 at 3:17

GoogleCodeExporter commented 9 years ago

Original comment by alan.val...@ucclouds.com on 28 May 2011 at 10:10