abilas Posted October 5, 2010 Share Posted October 5, 2010 Hi, I have setup a couple of shops using prestashop but I have a client who wants something different than the standard shop setup that we have.Firstly, I need the end user to click a product then be presented with images of the fabrics available then this will bring up the related products. Is a paid module the way to go for this?Secondly, can some product be configured to show without a price with an option to call for price?Thirdly, can an end user buy something without registering? Would you see this is a wise choice? I was trying to convince him differently but the client insisted that the feature be removed.If anyone can help with these would be grateful and even offering to pay if someone can actually implement these?ThanksT Link to comment Share on other sites More sharing options...
rocky Posted October 6, 2010 Share Posted October 6, 2010 1. You can create a colour attribute group and upload fabric textures. Customers can then click a texture to choose that option, then click "Add to cart". Is that what you want?2. No, there is no such option in PrestaShop. The only option is to modify code. See here.3. There are a few "Guest checkout" modules available. See here and here. Link to comment Share on other sites More sharing options...
abilas Posted October 6, 2010 Author Share Posted October 6, 2010 Hi RockyAppreciate the help once again, owe you another pint!Client wants to replicate this site but has requested that you choose the fabric then the related products are displayed... Was thinking of using the attribute group as you suggested.As for the other two items that where on my list will have a look at the code and come back to you.The site is not in development yet as I wanted to see what was possible before I commit.Appreciate your comments.Terry Link to comment Share on other sites More sharing options...
rocky Posted October 6, 2010 Share Posted October 6, 2010 It's hard to know what to do. You could create a "Fabric" and "Size" attribute, but then it won't look as fancy as that website.If you want it looking the same as that site, you could instead create a separate category for each type of fabric. You could use my Sliding Accordion Menu to create a link to each fabric category in the same style as that website. The only potential problem is that you will need to create the same product multiple times in different fabrics, or modify code so that the fabric attribute is preselected on the category the customer came from. Link to comment Share on other sites More sharing options...
Recommended Posts