Forum Replies Created

Viewing 15 posts - 46 through 60 (of 153 total)
  • Posted in:
  • in reply to: Red circle on remove item – new & weird #157523
    tomeronen
    Member
    Post count: 153

    as always: PERFECT!
    thank you so much.

    tell us something, how did you get to inspect element on hover stuff?

    thanks
    T

    in reply to: Red circle on remove item – new & weird #157418
    tomeronen
    Member
    Post count: 153

    hey Mohammad,
    it’s touchka.com

    thanks!

    in reply to: .love-it-wrapper #152504
    tomeronen
    Member
    Post count: 153

    Ok thank you:)

    in reply to: Amount arrows #152386
    tomeronen
    Member
    Post count: 153

    ok, please update 🙂

    thanks!

    in reply to: Amount arrows #152375
    tomeronen
    Member
    Post count: 153

    Hi Mohammad,

    for example go to: http://touchka.com/product/n-1-long/
    on the quantity you’ll see the number is on the side and there is a like a scroller.

    image attached,

    T

    Attachments:
    You must be logged in to view attached files.
    in reply to: Annoying white arrow on the button #151624
    tomeronen
    Member
    Post count: 153

    Worked! Thanks a lot:)

    in reply to: Check out checkbox #151206
    tomeronen
    Member
    Post count: 153

    omg it’s so easy, how did we missed that?!

    as always, thank you so much!!

    T

    in reply to: Check out checkbox #151141
    tomeronen
    Member
    Post count: 153
    This reply has been marked as private.
    in reply to: Check out checkbox #151093
    tomeronen
    Member
    Post count: 153
    This reply has been marked as private.
    in reply to: Check out checkbox #151016
    tomeronen
    Member
    Post count: 153

    Hi Kyle,

    we know it’s probably a woocommerce thing but we did find a plugin called: Woocommerce Checkout Add-ons and it did add us a checkbox like we wanted…

    the silly thing is it adds it in the top of the form instead of below and there is a fix for that:

    // Move Checkout Addons to under Order Notes
    function sv_wc_move_checkout_addons() {
    remove_action( ‘woocommerce_checkout_after_customer_details’, array( $GLOBALS[‘wc_checkout_add_ons’]->frontend, ‘render_add_ons’ ) );
    add_action( ‘woocommerce_after_order_notes’, array( $GLOBALS[‘wc_checkout_add_ons’]->frontend, ‘render_add_ons’ ) );
    }
    add_action( ‘init’, ‘sv_wc_move_checkout_addons’ );

    But, whenever we add it to the functions.php it doesn’t work and return with an error (image attached).

    Please please please if you could take a look at it for us, we are that close to finish this and this is the final part.

    Thank you so much,

    T

    Attachments:
    You must be logged in to view attached files.
    in reply to: Remove the "sort by option" #150888
    tomeronen
    Member
    Post count: 153

    amazing! thank you! 🙂

    in reply to: Search resualts #150813
    tomeronen
    Member
    Post count: 153

    Perfect! thanks a lot!

    in reply to: similar products at the bottom #149511
    tomeronen
    Member
    Post count: 153

    It’s working thank you!! 🙂

    in reply to: Filter by #149388
    tomeronen
    Member
    Post count: 153
    This reply has been marked as private.
    in reply to: similar products at the bottom #149369
    tomeronen
    Member
    Post count: 153

    for some reason, it shows only one connected product and not all the products we set up in the attributes (products connected)….

    any idea?

Viewing 15 posts - 46 through 60 (of 153 total)