You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To save the images, as per the code line https://github.com/Wicklers/Tee-Designer/blob/cd884052415ad3c3a885c687b8c9ab66ff9085df/tdesignAPI/new_applit.php#L359
I think you should be able to get the image data from those two hidden inputs, and you can convert this data to the image.
To add a color division you need to do two things:
add images of the tee shirt you need to add new images in the image directory. for example, https://github.com/Wicklers/Tee-Designer/tree/master/tdesignAPI/images/product/tee. few extra colors are already present.
to enable their visibility of these colors add new code here https://github.com/Wicklers/Tee-Designer/blob/cd884052415ad3c3a885c687b8c9ab66ff9085df/tdesignAPI/js/mainapp.js#L75.
and here https://github.com/Wicklers/Tee-Designer/blob/cd884052415ad3c3a885c687b8c9ab66ff9085df/tdesignAPI/new_applit.php#L90
how to save a design and how to add the functionality of the checkout process.
The text was updated successfully, but these errors were encountered: