Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter crud2018

    (@crud2018)

    I’ve tried to install ajax plugin – but it does not affect “add an item” button
    Only affect my navbar (pages)

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, are you saying that when you add an item on the front page of your site the page moves to the top? Is this correct?

    What shortcodes are you currently using?

    Thread Starter crud2018

    (@crud2018)

    @mbrsolution

    yes, is on the frontpage and yes – my site refresh and moves to the top.

    I use [wp_cart_button name=” ” price=” ” shipping=” “]

    Plugin Contributor mbrsolution

    (@mbrsolution)

    What if you add the following shorcode below the above shortcode? For example:

    [wp_cart_button name=” ” price=” ” shipping=” “]

    [show_wp_shopping_cart]

    Thread Starter crud2018

    (@crud2018)

    @mbrsolution

    Still doing the same

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Do you have more than one cart displaying in your site?

    Thread Starter crud2018

    (@crud2018)

    @mbrsolution I′m only have one “Cart plugin” and one view cart on my site…

    I′ve found – if I use this JQUERY script – it stops to scroll up when I′m refreshing the site but not if i clicked on Add “to cart” button

    <script type=”text/javascript”>
    $(window).unbind(‘scroll’);
    </script>

    • This reply was modified 6 years, 3 months ago by crud2018.
    • This reply was modified 6 years, 3 months ago by crud2018.
    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, that is good to know. Are you adding that script on the page with the shortcode, a theme template file or the themes functions.php file?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Add to cart – without page refresh??’ is closed to new replies.