Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add a graphic to shopping cart which links to checkout


NewBudda

Recommended Posts

Posted

Once my customer has added something to his/her shopping cart, I would like to add a small icon to the shopping cart box that leads directly to the checkout.

 

I assume I would add a line to the shopping cart.php but how would that look like?

Open Source Newsletter: PhPList

Open Source Questionnaire: Lime Survey

Posted

After spending hours searching I finally found a hint: The little arrow in the heading of the shopping cart (standard installtion) is called arrow right. so I looked for the arrow_right.gif and found a reference in includes/classes/

 

 }
  if ($right_arrow == true) {
	$right_arrow = '<a href="' . $right_arrow . '">' . tep_image(DIR_WS_IMAGES . 'ShoppingCartBox/arrow_right.gif', ICON_ARROW_RIGHT) . '</a>';
  } else {
	$right_arrow = '';
  }

 

Is this what displays the arrow graphic? I only know html and expected something much easier. Will adding further graphics be similarly complicated or am I on the wrong track here?

 

Is there a tutorial on how to add graphics in php or oscommerce?

Open Source Newsletter: PhPList

Open Source Questionnaire: Lime Survey

Posted

I searched the knowledegabse and while there is tons of interesting stuff, I could not find a way to simply add a graphical link in the icart box. Surely this is done all the time, but how?

Open Source Newsletter: PhPList

Open Source Questionnaire: Lime Survey

  • 2 weeks later...
Posted

Still looking for a solution for that.

 

If it is easier I just want to add the graphic all the time, not just when there is something in the shopping cart...

Open Source Newsletter: PhPList

Open Source Questionnaire: Lime Survey

Archived

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

×
×
  • Create New...