Announcement

Collapse
No announcement yet.

Another Day ... Making a Remove Button next to order line

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Another Day ... Making a Remove Button next to order line

    Hi ...

    Ok is there any way of changing the tick box & remove process of the view cart section.

    I just want a button next to the order line which when clicked removes that order line from the cart ...

    Thanks.
    Austin Harvey
    Girls Of Elegance Ltd
    http://www.girlsofelegance.co.uk

    #2
    I'd have thought that was reasonably easy to do as you can tick the box and press return to update the page. So a coding change to refresh the page when the tickbox loses focus could/should work or something along those lines to prove it can work. It could then be a submit instead of a checkbox to finish the change over.

    PS - like the idea, more user friendly

    Comment


      #3
      Ok ... variable reference guide gives

      <Actinic:Variable Name="RemoveButtonOnline" />

      as an uneditable variable.

      <Actinic:REMOVE TAG="RemoveButtonSpan">
      <td align="center" rowspan="<Actinic:Variable Name='RemoveRowSpan'/>" class="cart"><Actinic:Variable Name="RemoveButtonOnline" /></td>
      </Actinic:REMOVE>

      is the line i have in the product line row in cart ... can't really see where to start on this ... just some pointers would get me going thanks.
      Austin Harvey
      Girls Of Elegance Ltd
      http://www.girlsofelegance.co.uk

      Comment

      Working...
      X