Search the Community
Showing results for tags 'T-Shirt'.
-
Hallo, ich muß einen T-Shirt Shop realisieren, der nicht sehr umfangreich sein wird - wenige Artikel. Prestashop bringt ja schon viele Funktionen mit (muß mich mit Prestashop erst noch näher befassen, hoffe das ich da schnell durchblicke). Allerdings suche ich noch ein Modul wo mit der Kunde sein T-Shirt selbst gestalten kann. Kennt jemand so ein Modul? Was auch noch einigermaßen bezahlbar ist (kein Mietshop wie sprydshirt oder ähnliches). Schonmal vielen Dank im Voraus für eure Tipps. Gruß Michael
-
- T-Shirt
- Konfigurator
-
(and 3 more)
Tagged with:
-
I,m need to know how to place sorting the size in my attribute ex: small medium large as entered but come out like large small medium unstead ?? any suggestion on to sorted ? regards
-
Hi I hope some of you brilliant heads can help me... I've been on this problem for some time now - I just can't solve it without some help. senario I have an app that opens by the click of a design button i've added to a product in prestashop - The app opens and you can customize the product and add it to the cart. The app is made with html5 canvas and javascript and I $post it todataUrl via a php script. problem I want the product preview picture show up in the cart summary. I've seen it done here http://www.itemstyle.com, http://www.configurateurvisuel.fr. and it is done when you add a customizable field with picture upload - you have the main product in your cart summary and then the customizable field under it, see the attached files. Question How can i communicate to the customizable field ? I've looked at product.tpl (javascript:saveCustomization) and I've looked in the product.js function saveCustomization() { $('#quantityBackup').val($('#quantity_wanted').val()); customAction = $('#customizationForm').attr('action'); $('body select[id^=group_]').each(function() { customAction = customAction.replace(new RegExp(this.id + '=\\d+'), this.id +'='+this.value); }); $('#customizationForm').attr('action', customAction); $('#customizationForm').submit(); } How can i communicate with that field via code? Thank you for reading this - I hope you can help me , and I know if it gets answered it will help alot.
-
I'm somewhat new to e-commerce and Prestashop but have reasonable web, HTML, and PHP editing skills. I just installed 1.4.6.2 with no issues. I have everything in order (I think ) except the configuration of my USPS module. I have added one t-shirt to products list to start so I can get it set up properly before I start adding more. I have entered the weight of the shirt in the product edit page. Not sure if and how I should enter dimensions. I have heard people on t-shirt forum suggest using tyvek envelope for shipping one shirt. I'm not sure how things will work if people order multiple shirts since that will mean a bigger box will be needed. As of now when I enter 1 shirt I'm getting certain prices from USPS rate calculator. When I add more shirts to order, prices are not changing. I've also changed the weight of the shirt and the pricing remains the same. I'm sure I am missing something or doing something wrong. This is all very confusing to me with all the different shipping options. I would appreciate any help on configuring the USPS rate calculator module and any tips from people that ship t-shirts in the US. I'm sure I haven't provided all the necessary information so just let me know and I will reply asap with any info needed. Thanks in advance!