pinkequine Posted August 16, 2013 Posted August 16, 2013 Hi I have created this jquery bespoke designer program and want to integrate it into a product so that once the user clicks a submit button (ideally add to cart) they will be able to either add their selection to the shopping basket or if thats not possible for the field values to update on the product page. I am trying to get my head around it, but am nowhere near competent on php and so would appreciate any guidance on the best approach to achieve the end result of ease of use for the customer. Here is the page I want to integrate. http://www.pinkequine.com/bespoke/imagechanger.html Any tips on how best to do this would be much appreciated Thx
♥mattjt83 Posted August 16, 2013 Posted August 16, 2013 @ I think you could definitely integrate this into osCommerce. It will take some code changes for sure though. You already have attributes available for products so you will have to decide how to integrate that into the structure you have created for the color choosing. Maybe have this choosing part as a modal window when the customer decides to customize the product. Matt
pinkequine Posted August 16, 2013 Author Posted August 16, 2013 In the jquery script I did this to set the bottom value to the current selected value. $design.change(function() { $("#currdesign").val($(this).find('option:selected').text()); Can you do something similar on a form post function? to change the value of the select field?
♥mattjt83 Posted August 16, 2013 Posted August 16, 2013 @ I'm sure it's possible. You will just have to play around with it until you get the desired effect. Matt
Recommended Posts
Archived
This topic is now archived and is closed to further replies.