You are viewing: Magento Private Sales Solution ver.1.3 (Released on April 01, 2012)
You can set Custom delivery date for each product. Custom delivery date is the date (or a message in text format) that your clients will see on the product page.
For instance: Imagine that the products from Puma boutique will be on sale till 12/15/2012. So, the Custom delivery date of some products from this boutique can be 12/25/2012, or you can write "Christmas delivery", while Custom delivery date of other products can be 01/01/2013, or "New Year delivery".
This information will help your clients better understand when to expect the delivery of products.
In order to change the delivery date for each product, you will have to follow these steps and learn the information blocks below:
Note: If you want to change default delivery date (instead of default 10 working days, see above) follow these steps:
1. Open the file app/design/frontend/memberonly/default/template/catalog/product/view.phtml
2. Find the line
$time = $this->helper('catalog/bankday')->getEndDate( $parentCat->getData('custom_design_to'), 9);
As a rule, it is located in line 145
3. Replace the figure 9 by the one you need. For instance, if the default setting should be N days, the figure should be equal to N-1
4. Save the changes.
On Top