Jump to content

Some help with add to cart button


bungiuk

Recommended Posts

Hi,

I was hoping someone could point me in the right direction with the following block of code from the file:

Application_top.php in oscommerce 2.3

I am trying to change the add to cart code. Instead of actually adding the product to the cart I would like it to be a hyperlink. The link is pulled from the table “products “ (I added a new column call product_url)

each product has its own url.

I am just struggling with changing the code to select the link from the d/b and use it for the button.

Below is the code

// customer adds a product from the products page

      case 'add_product' :    if (isset($HTTP_POST_VARS['products_id']) && is_numeric($HTTP_POST_VARS['products_id'])) {

                                $attributes = isset($HTTP_POST_VARS['id']) ? $HTTP_POST_VARS['id'] : '';

                                $cart->add_cart($HTTP_POST_VARS['products_id'], $cart->get_quantity(tep_get_uprid($HTTP_POST_VARS['products_id'], $attributes))+1, $attributes);

                              }

                              tep_redirect(tep_href_link($goto, tep_get_all_get_params($parameters)));

                              break;

If anyone could point me in the right direction I would be very grateful as you can tell I am new to php.

Thanks

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.