Page 1 of 1

Re: Prestashop - Customer Upload options?

Posted: 07 Dec 2014, 20:05
by Justin
Anyone that's using Prestashop, what are the available option for customer image upload please? I've found a fee in the £30+ range but wondered if these were best option? Had a quick look for free modules in the forums but can't find anything.

Re: Prestashop - Customer Upload options?

Posted: 08 Dec 2014, 09:37
by Skye
Hi Justin,
For a simple solution use the Prestashop built-in option.

In the back-office go Catalogue -> product -> choose product -> customization tab.

Change "File fields" to 1. "Save & stay". A new field will appear. Enter a title for the entry field that the customer will see. If they must upload a file then check the "required" box. Then save.
If you want the customer to leave you a message then add a text field in the same way.

When the customer sees the product there will be a section on the page where they can upload the file.

You will be able to download the file under their order details in the back office.

Karen

Re: Prestashop - Customer Upload options?

Posted: 08 Dec 2014, 19:22
by Justin
I thought there must be a built in option but had no idea where to look! Many thanks for that. I'm guessing this section can't be moved, a bit like OpenCart you don't see it unless you scroll. Also, you don't get this section on a Quick View I don't think? Thanks again.

Re: Prestashop - Customer Upload options?

Posted: 08 Dec 2014, 22:16
by Skye
you don't get this section on a Quick View I don't think?
If you go modules -> modules -> theme configurator there's an option "Display quick view window on homepage and category page." I think that if this is "off" the quick view button is disabled ( I can't test it on my site). May not be the solution you want if only a few of your products are customized.

I'm guessing this section can't be moved, a bit like OpenCart you don't see it unless you scroll


Yes & No. It can't be moved by using the back office.
But it can be moved. Prestashop is quite flexible. Depends on how you want to run your site.
If you have FTP access & can see the file structure, you'll see there is a folder called "themes". This contains the default theme library and any themes you've added. Each theme has a lot of customizable files. Those ending .tpl are the template files that generate the HTML for the site pages. The code for the customization section is found in product.tpl (about lines 560-660). Within reason it can be shifted higher on the page. You will also need to change the product.css file so that the .div fits where you want to put it.
If you make changes this way, though, it's not so easy to update the site when prestashop issues an upgrade.