• Resolved slamcoast

    (@slamcoast)


    Great plugin, so far. Really appreciate the ease of installation and how immediately it takes over as the source of purchasing.

    I have a few requests/questions…

    1. Is it possible to leave the original Woo Commerce option/variant selection and add to cart at the top of the page? I’d like this to be an additional/optional way for the end-user/consumer to add products to their cart.

    2. Is it possible to adjust the width of the columns to a custom percentage or alignment?

    3. Is is possible to add the ability to enlarge/zoom on the thumbnails when clicked?

    4. Can I use CSS to style the buttons? “View All” and “Add To Cart”

    5. Would I need to use an FTP access to access the live files?

    6. Ultimately, I’d love to be able to style it, even further to accommodate for multiple views, color options, and possibly

    This website will be really robust with, likely over 1000 skus, so this is a great option for those that want a quick add to cart option of multiple products. Thank you, again!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Hakik Zaman

    (@hakik)

    Hi @slamcoast

    Thanks for reaching out to us.

    1. Is it possible to leave the original Woo Commerce option/variant selection and add to cart at the top of the page? I’d like this to be an additional/optional way for the end-user/consumer to add products to their cart.

    Please create a child theme or use Code Snippet plugin. Put the below code to theme’s functions.php or as a snippet inside snippet plugin.

    function pvt_support(){
    	global $pvtfw_table;
    	remove_action('template_redirect', array( $pvtfw_table, 'remove_add_to_cart'), 29 );
    
    }
    add_action('template_redirect', 'pvt_support');

    4. Can I use CSS to style the buttons? “View All” and “Add To Cart”

    For available options button use this class .available-options-btn and for add to cart button use this class .pvtfw_variant_table_cart_btn. You can style by your own from Appearance > Customize > Additional CSS by using the classes I mentioned.

    5. Would I need to use an FTP access to access the live files?

    You can use File Manager plugin to access live files.

    Rest of feature you requested are not available right now ??. But we are trying to update our plugin everyday.

    A great thanks for using our plugin. Your good thought always inspire us to do more for this community.

    Thanks

    Thread Starter slamcoast

    (@slamcoast)

    Thank you! That’s a great starting place — Much appreciated.

    One more question:

    Is it possible to enter quantities and add to cart in one click all quantities that were adjusted? The beginning quantity would have to be blank or zero.

    This way, I could add 2 or more variants to cart in one click. There are some platforms that have this option — Sort of important to us.

    Plugin Author Hakik Zaman

    (@hakik)

    Hi @slamcoast

    Thanks for your interest. Unfortunately, ‘cart multiple variants with one click’ feature is not available right now ??.

    We are keeping it as a feature request (on top priority). We will work on it.

    Again thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘A Few Requests’ is closed to new replies.