• Resolved Phil

    (@magicfilou)


    Hi ??

    I just went to meet your plugin and sounds very cool but …

    you should consider add options like :
    Hide/show thumbnail
    Size of the thumbnail
    Show/add stars reviews (I don’t want to show her ^^)
    Sounds like doesn’t works fine for custom product type, I will try to add something like :

    if( $_product->is_type( ‘simple’ ) )
    $product_class = ‘simple-product’;
    else
    $product_class = ‘variable-product’;
    // more :
    else
    $product_class = ‘custom-product’;

    on class-wsac.php

    Could you kindly add the “quantity selector” close to the add to cart button ?

    Will be great to have the possibility to choose what products or categories products to active the bar … or for each product page a checkbox to activate the bar for this product.

    and add option to activate/deactivate for mobil / tablet / desktop.
    Nice job man, keep the good work and I hope you will consider somes new options in a very near future.

    Regards
    Phil

    • This topic was modified 7 years, 1 month ago by Phil.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Phil

    (@magicfilou)

    ok after few tests and modifications seems like can work for custom product, I will try to see if all works fine with WPML and if I can adjust css by device as I ‘ve already another social sharing bottom bar, but sounds good ??

    So from my first post, just miss :

    Could you kindly add the “quantity selector” close to the add to cart button ?

    Will be great to have the possibility to choose what products or categories products to active the bar … or for each product page a checkbox to activate the bar for this product.

    To exclud somes products I will need to use css to hide the bar by product ^^

    Nice anyway … for now :-p
    ??

    Ashutosh Panda

    (@ashutoshmagnigeeks)

    Hello @magicfilou

    Thanks for your suggestion, we will add those setting soon.

    Thank you

    Thread Starter Phil

    (@magicfilou)

    Hi!

    Any news around the next update ?

    Actually I have one issue with WPML ??

    The link of the add to cart button send here : https://www.mydomain.com/?add-to-cart=1923

    But My website is translated in FR & ES … ( lang in a directory https://www.mydomain.com/FR/ . … /ES/ …. )

    How can I configure your button to stay in the good language …

    For FR your link should be https://www.mydomain.com/fr/?add-to-cart=1923
    etc ….

    Please let me know … I’m almost ready to launch
    TIA
    Cheers

    Plugin Contributor Kshirod Patel

    (@kshirod-patel)

    @phil

    The new version will be available soon. We are working on it.

    Thread Starter Phil

    (@magicfilou)

    ok ??

    I found a workflow for my WPML issue ?? . all works fine now:
    Below my trick ??

    in . class-wsac.php I changed that :

    <a href="<?php echo $shop_page_url; ?>/?add-to-cart=<?php echo $post->ID?>" class="mg-wsac-button <?php echo $product_class; ?> mg-wsac-round-xxlarge mg-wsac-btn cart-text">
    to :
    <a href="<?php printf ( __('urlcart', 'perso')); ?>/?add-to-cart=<?php echo $post->ID?>" class="mg-wsac-button <?php echo $product_class; ?> mg-wsac-round-xxlarge mg-wsac-btn cart-text">
    So now I have a new string to translate where I can write my url with the good directory for each lang ??

    • This reply was modified 6 years, 7 months ago by Phil. Reason: code tag missing
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘several requests’ is closed to new replies.