Image to show in basket

Hi all,

When a customer upload a logo on my site to have us use the design it appears in basket just as logo name of image, Is it possible i have preview of the image in that place instead of text?



see screenshot

Thanks

John

basket image.jpg

Yes, a template edit would do it.



/skins/name-of-skin/customer/views/products/components/product_options.tpl

You would need to put a test there for shopping cart {if $cart} page since that template is shown in many places



However, you got to be careful, uploading images and then showing them can be a security risk. Not sure how well cs-cart manages uploaded files.



www.scanit.be/uploads/php-file-upload.pdf



www.acunetix.com/websitesecurity/Why-File-Upload-Forms-are-a-Major-Security-Threat.pdf

Thanks for the advice, will check out the security issues.



JOhn