Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can this be done - integrating non osc product page into osc


pinkequine

Recommended Posts

Posted

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

Posted

@

 

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

Posted

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?

Posted

@

 

I'm sure it's possible. You will just have to play around with it until you get the desired effect.

Matt

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...