The following module or changes are needed to a customisable product in magento.
Note I want this doing on time. So make sure the time you state is the time it will be done, tested and ready to go.
I want this doing quickly but I want it doing right. I am available on IM, EMAIL, PHONE at all times for help, checking and testing.
The code must not be sold after.
————————————————–
1) The product page needs to have 6 ajax tabs.
————————————————–
- Summary
This loads a list of the default selected items. Need to be able to edit content in CMS.
- Customise
This should have 3 hard coded category images and headers to split the categorys into sections.
The More details link should display 1 line of links (one per product) if more than one line a down arrow should show which uses fx slide to display the rest of the links. When clicked they load an ajax style popup which has product spec and photo. When clicking on the category for example Extreme Cooling it should popup and display the photo and product spec for each item in the category.
The right scroll bar titled “as configured” should scroll down the page as the user scrolls and show the running total of items changed.
Each drop down box should show the + and – difference in price to the item selected and update on the fly. Magento shows the + and – but if you select one item which is then the selected item you dont see updated + and – on the other items.
-Technical Specs
This should load the the product specs for each product in each category that is selected.
- Product Q&A
I’ve purchased http://ecommerce.aheadworks.com/extensions/product-questions.html and it should display the content and work here.
- Photo Gallery
As technical specs but this should load a thumb of each photo for each selecteded product. click & ajax popup shows the photo.
Reviews tab should just load a page from CMS unique to each product.
I dont know how these tabs are made but ideally it needs to be possible so that search engines can read the content in each.
It’s important that the items in the drop down box are real SKU items which are treated as products that work in the system like all others.
It should remember the options they have selected in a cookie/session? So if they move to a different config product and come back the items they have selected are still selected.
The right scrolling bar should also contain the magento live help script, estimated shipping date which is serverdate + 10 days and then a few static links/wording.
————————————————–
2) Saving Options
————————————————–
Save it as a quote (I thought possibly change the wish list to be called Quotes) This saves all the options they have selected on the customise tab into one quote and assigns it a quote number which is then available to order for 5 days. (to save they need to register). From the Quote page (currently wish list) they can see a list of quotes saved which shows a copy of the item name, list of selected items (different from default) and total price. They can from this page then do the following..
Add to cart which puts it into cart.
Edit it which takes them back to the product customise page and reloads it with the options in that quote allowing them to make changes and save it again or order it.
Ask a question about it by entering comments into a box, clicking button, emailed to customer copy, view in list admin. Admin reply, shown on quote page below question.
Save it & ask question same option as above but when saving it as a quote and before register (if not already registered) you can enter questions into a comment box.
I did think a possible way to do this rather than writing it all from scratch would be to modify
http://ecommerce.aheadworks.com/extensions/product-questions.html to do it. On the tabs it will have Public Q&A and on quote page it has private so customer can tick a box to make public/private.
The difference between having this and just having the http://ecommerce.aheadworks.com/extensions/product-questions.html script is that it gives multiple ways for customers to ask questions rather than just going into a mass Q&A section.