• Resolved jeffcapeshop

    (@jeffcapeshop)


    Hi,

    All seemed to install fine, but actually clicking “add to basket” results in the button changing to “adding..” and nothing further.. the floating basket bar at the top doesn’t change, nothing pops up and clicking on “basket” doesn’t do anything either.

    Have tried the different “Use iframe for checkout” options but none seem to work. any ideas?

    thanks

    https://www.ads-software.com/plugins/wp-spreadplugin/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter jeffcapeshop

    (@jeffcapeshop)

    Hi – An update – i tried different hosting after reading some other support replies, and it works!

    Would still be interested in knowing why i might have had problems on my dev server..

    Another problem did arise, in that the “add to basket” button shifts when clicked (a css issue) and i have to move the mouse over its new position before release to properly add to basket – easily fixed in my case with css though.

    thanks!

    I have the same problem (“add to basket” botton shift) but only with Google Chrome… how do you fix it?

    Thanks a lot!

    Thread Starter jeffcapeshop

    (@jeffcapeshop)

    Hi – It seemed to be specific to the default wordpress theme – i assume specifically how it styles buttons. switching to another theme (which i intended to do anyway) solved the problem, otherwise you can edit/override the css for that specific button type

    Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    everything solved?

    No, I tried to edit CSS but I’m not very fond of coding…

    Here is the site URL:
    https://www.sprizz.eu

    Thanks

    Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    Hi Simosprizz,

    first, please get rid of the style definition which makes the button jump around on click (a Theme thing):

    button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: linear-gradient(to bottom, #D94412 0%, #E05D22 100%) repeat scroll 0 0 transparent;
        border-color: #B93207 -moz-use-text-color -moz-use-text-color;
        border-image: none;
        border-right: medium none;
        border-style: solid none none;
        border-width: 3px medium medium;
        padding: 10px 24px 11px;
    }

    second, can you please check you api key and api secret? If you did check, can you please tell me your Webspace provider?
    It seems to me, that it does sometimes work and sometimes not.

    Thanks

    Hi Thimo,

    I use the piece of code you gave me and now it works!

    Really thank’s a lot, I’ve done a little donation to you for your job… and your help!

    Thanks again!

    Simo(sprizz)

    Hi Thimo,

    I have the same problem. Some add-to-basket operations work, some don’t.

    Provider = 1&1.
    Theme: inovado

    Where do I have to change the code you have posted above?
    Unfortunately I am not a coder…

    Thx for your support & plugin-development!!!

    Best from Bremem
    Patrick

    Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    Hi Patrick,

    please send an email to [email protected] because there are some problems with 1&1 and sessions. And please send also an link to your website, so I can check if it’s a simple JavaScript error or a session Problem.

    Thanks
    Thimo

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Basket not working – shows "adding" only’ is closed to new replies.