• Resolved shahibur93

    (@shahibur93)


    Hi there, I am using your plugin for adding product options to my page but the issue I have is when I have implemented the plugin and entered all the criteria, once clicked on a product the add to bag and quantity values disappear and not all the product options are shown. An example of this can be seen here:

    Lamb kurma product

    how can i get through this problem? by having all the options plus the qty and add to bag option showing?

    Thanks,

    Shahibur93

    https://www.ads-software.com/plugins/wc-fields-factory/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Saravana Kumar K

    (@mycholan)

    Hi,

    It looks like your theme needs some CSS tweaks, Qty box & Price are there only I can see it through Developer Tools.

    #main-wrapper .all-menu-details .single-menu .qty-cart.simple-product { height:auto }

    #main-wrapper .all-menu-details .single-menu .price-option { height:auto; }

    also you might use Vertical Layout for the checkbox custom fields.

    Thread Starter shahibur93

    (@shahibur93)

    Hi,

    Thanks for the response, can I add the code you’ve sent above to the CSS file of the plugin? I believe its wccpf-front-end.css or wccpf.css ?

    I cant see the add to bag button, not sure if you can see it through dev tools?

    Plugin Author Saravana Kumar K

    (@mycholan)

    Just add those css to your style.css ( use !important if it is not worked ).

    Yes I am able to see add to bag button also.

    Thread Starter shahibur93

    (@shahibur93)

    Hi, I’ve added the code to my css file and I can see the qty and add to bag now but the add ons arent listed. I have also changed the layout to vertical. No price is being displayed either.

    Plugin Author Saravana Kumar K

    (@mycholan)

    Did you add those css to your style.css ( in your Active theme ), because I am not seeing those overridden css there on your page.

    The problem is with your theme’s style, you can easily see & edit your style with chrome inspect element ( or firefox ).

    Thread Starter shahibur93

    (@shahibur93)

    Hi, Sorry, I’ve just added the code back in, do i need to download an extension?

    Plugin Author Saravana Kumar K

    (@mycholan)

    This will bring the custom fields
    table.wccpf_fields_table td.label { display:table-cell !important; }

    Thread Starter shahibur93

    (@shahibur93)

    Just added it, all working now. Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Add to bag and qty is missing’ is closed to new replies.