Jump to content

djspud

Members
  • Posts

    13
  • Joined

  • Last visited

djspud's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. We can either have Prestashop purchase the photo on their behalf, download and attach it to the customer's order - or - attach the price and image number and we can download the image on their behalf after the order has been completed. To make it easy on the customer, we would require the largest Standard License image size to make our product, so automatically pulling the image's largest size and price. Thanks
  2. Looking to add the Fotolia API to our order page. Currently, the customer uploads a photo from their computer to customize the product. We're looking to leverage Fotolia's API to allow our customers to select a photo from Fotolia's stock photo website to customize our product. What our order page looks like now: http://www.greenleafcanvas.com/product.php?id_product=168 In 1. Upload Your Photo, we want a search box beside the Browse button where they can type a search term and it will bring up a (module?) page with the results. The customer selects the image they want and it brings them back to the order page with the image selected as the product customization. Also, the price of the product will increase in the amount for them to purchase the image. Serious quotes only, please. Dan
  3. This job has been fulfilled. Thanks to all that replied. Dan
  4. We are close to launching a Prestashop site and need urgent help with a couple of items: 1) Changing the product page so the Product Customization box appears at the top, not bottom, of product page. 2) Changing the Product Customization Picture Upload feature to save the original image to the order. No downsampling, resizing, etc. 3) Troubleshooting and fixing an issue with the Product Customization Picture Upload feature. It fails when uploading an image beyond a certain number of pixels. We are running Prestashop 1.4.2.5. Many thanks, Dan
  5. Well, I'm a little closer to pinpointing the issue: It seems the filesize isn't the issue. It's the number of pixels. If the total number of pixels (width*height) > 5,893,475 then it stops loading the page after upload. Although I got it to fail with one exception to that rule: it worked with an image 30,000px x 166px (=4,980,000) but didn't with an image 166px x 30,000px. I'm going to keep trying things with images.inc.php, but if someone knows something to try specifically, please let me know. Thanks, Dan
  6. It's set to 64M. Is that MB's? Is there something I need to change on the PHP server settings? I really appreciate your help.
  7. I don't have a file called phpinfo. Should I? I've been changing that variable in config/config.inc.php. Dan
  8. Yep, that's the first thing I tried. Doesn't seem to affect it.
  9. Asking for anyone's input that's used the Product Customization feature. Many thanks, Dan
  10. Jeevan, Thanks for the help, but it doesn't seem to affect anything. Here's a log that I created of changing that value in config.inc.php and the result from Prestashop: ------------------------------------------------------------------------------------------------ Image is too large (1106.005KB). Maximum allowed: 10KB */ini_set('upload_max_filesize', '1M'); Image is too large (1912.657KB). Maximum allowed: 10KB */ini_set('upload_max_filesize', '1M'); Image is too large (701.968KB). Maximum allowed: 10KB */ini_set('upload_max_filesize', '1M'); 2049K and larger just brings me back. */ini_set('upload_max_filesize', '1M'); Image is too large (1018.727KB). Maximum allowed: 10KB */ini_set('upload_max_filesize', '10M'); Image is too large (51.162KB). Maximum allowed: 10KB */ini_set('upload_max_filesize', '10M'); 2049K and larger just brings me back. */ini_set('upload_max_filesize', '10M'); Image is too large (1106.005KB). Maximum allowed: 10KB */ini_set('upload_max_filesize', '100M'); Image is too large (80.787KB). Maximum allowed: 10KB */ini_set('upload_max_filesize', '100M'); 2049K and larger just brings me back. */ini_set('upload_max_filesize', '100M'); Image is too large (953.183KB). Maximum allowed: 10KB */ini_set('upload_max_filesize', '1000M'); 2049K and larger just brings me back. */ini_set('upload_max_filesize', '1000M'); Image is too large (1018.727KB). Maximum allowed: 10KB */ini_set('upload_max_filesize', '10000M'); 2049K and larger just brings me back. */ini_set('upload_max_filesize', '10000M'); ... Image is too large (765.152KB). Maximum allowed: 10KB */ini_set('upload_max_filesize', '1000000000M'); 2049K and larger just brings me back. */ini_set('upload_max_filesize', '1000000000M'); --------------------------------------------------------------------------------------------------------- It wasn't until I changed the "Maximum Size of Product Pictures" variable in the admin panel to 999999999 that it started liking and uplodaing images UP TO that 2MB file size again. I'm concerned about Prestashop not dealing with the images over 2MB. It's like the code doesn't like the large file size and stops running. It simply goes back to the product page with no notifications. This is essential to my shop. I'm concerned that if I can't get it to accept any graphic and not alter it, I may need to start over with a different solution. Any help from anyone is appreciated. Dan
  11. I've enabled Product Customization in my shop where a customer uploads an image to customize the product. As it operates now, any image over about 1,000KB just brings them back to the product page without performing the upload. I've tried changing the "Maximum size of product pictures:" in "Back Office > Preferences > Products" to a very large size to no effect. Don't know where to affect it. Database? Code? And while on the subject, the uploader seems to downsample the image's bit depth automatically. Any way to have the uploader not alter the image at all when it saves it to server? I'm using Prestashop 1.4.2.5 Any help is appreciated. Dan
×
×
  • Create New...