NewBudda Posted November 25, 2007 Posted November 25, 2007 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
NewBudda Posted November 27, 2007 Author Posted November 27, 2007 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
NewBudda Posted December 4, 2007 Author Posted December 4, 2007 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
NewBudda Posted December 15, 2007 Author Posted December 15, 2007 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.