PDA

View Full Version : Remove Button Alternative....


Cases By Source
04-03-06, 08:25 PM
Im working on a mini basket for my product page. I would Prefer to NOT use the full size remove button that Im using on the basket page. Is there a way of linking a graphic to the button function?
-Paul

Vic - WolfPaw Computers
04-03-06, 08:35 PM
Im working on a mini basket for my product page. I would Prefer to NOT use the full size remove button that Im using on the basket page. Is there a way of linking a graphic to the button function?
-Paul

In your admin under Storename -> Buttons, you can upload your own graphics to assign to replace the default images.

Cases By Source
04-03-06, 08:39 PM
I know...
but theres only 1 remove button. I need 2 different remove buttons.
I figured how to use a graphic....but i have just about zero control of placing it nice a neat where it needs to go, it throws the whole row off and does its own thing.
.
Anyone have any insight in that?

latu
04-03-06, 11:34 PM
In the template code replace the button item with an input tag of type image.

Replace:

<mvt:item name="buttons" param="Remove" />

With:

<input type="image" name="Remove" src="images_path/image_name.gif" />

- where "images_path/image_name.gif" is the actual path to your button image.