Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Jim Taylor 20 posts 43 karma points
    May 03, 2013 @ 17:14
    Jim Taylor
    1

    Buy Now button in the Category View

    Would like to move the 'Add to Basket' button to the Category view, as I dont want a product detail page and have no variants!

    So have this which sits on the product page:

    <input id="add-to-basket" class="btn btn-block disabled" type="submit" value="Add to basket" name="add-to-basket">

    Sitting here:

    <p class="btn-group view-details">
    <a class="btn" href="@url">
    View more<span><i class="icon-shopping-cart icon-white"></i></span></a>
    </p>


    I'm using the Razor Store... any help much appriciated ;)



  • Søren Spelling Lund 1797 posts 2786 karma points
    May 22, 2013 @ 23:32
    Søren Spelling Lund
    0

    At the end of the day the add to basket button is a Javascript call so moving is not a problem. You just need to include and trigger the same JS from the category page.

  • Jim Taylor 20 posts 43 karma points
    May 23, 2013 @ 09:23
    Jim Taylor
    0

    The technique we ended up using was adding '?item-added=true'.

  • Luke Power 2 posts 23 karma points
    Jun 14, 2013 @ 15:50
    Luke Power
    0

    Do you have a detailed breakdown for this.

    We managed to replicate the button but it kept adding the first item in the list irrespective of the link chosen

    Thanks

Please Sign in or register to post replies

Write your reply to:

Draft