Forum Replies Created

Viewing 7 replies - 391 through 397 (of 397 total)
  • Plugin Author WP Titan Labs

    (@wcproducttable)

    I hope I have answered your question well. Please let me know if there are any further queries as well. Good day! ๐Ÿ™‚

    Plugin Author WP Titan Labs

    (@wcproducttable)

    Hi,

    Thank you for using WooCommerce Product Table ๐Ÿ™‚

    You can use the ‘Product Link’ element to create a link to the product page in any column and change the text if you wish.

    In your case perhaps you would like to create a new row under the description element and add the Product Link element there, then change the Content to ‘Full details’.

    If you have any further questions please feel free to write in to support.

    Regards,
    Kartik

    Plugin Author WP Titan Labs

    (@wcproducttable)

    I am marking this ticket as resolved since I did not hear back from you in a week. However, if there are any other queries please feel free ask!

    Plugin Author WP Titan Labs

    (@wcproducttable)

    Hi,

    Thank you for using WooCommerce Product Table!

    Yes, you can change the button text (and styling) if you require. Just go to the table editor > Columns tab > Button element. Then open the button elemnt’s settings by clicking on it to open its settings. Now can change the ‘Label’ option by entering your desired text.

    Please check out the woocommerce product table tutorial series that will explain many such details about the plugin and help you get the most out of it.

    And if you have any further queries please feel free to send in a support request here.

    Regards,
    Kartik

    Plugin Author WP Titan Labs

    (@wcproducttable)

    Hi,

    Thank you for your interest in WCPT and your kind words ๐Ÿ™‚

    Re: WooCommerce product variation selection
    A new feature in WCPT PRO v1.5 will make it possible to place variation options in the table as radio buttons that can be selected and then added to cart. A dropdown feature is also in the works and will be available in the near future for PRO users. A license for WCPT PRO can be purchased here. WCPT PRO v1.5 will be available tomorrow as an update for WCPT PRO users.

    Please drop a message in the support form here for more details on the feature.

    However, ‘external’ product add-ons are not compatible right now. But they are on the to-do list for the near future.

    Re: Add to cart issue
    Since this is not a known issue, it must be occurring either due to a conflict with another plugin or some settings. I would like to look into it and assist asap. Please contact me via the support form linked above with further details about your site.

    Regards,
    Kartik

    Plugin Author WP Titan Labs

    (@wcproducttable)

    Hi,

    Thank you for your interest in WooCommerce Product Table ๐Ÿ™‚

    I can appreciate the requirement to conveniently and quickly select product variations in the catalog tables.

    As you may be aware, the Add to cart button already provides a popup form when the customer is trying to add a variable product to cart.

    Some product add-on plugins are already compatible with this form. If you are using a product add-on plugin that happens to be non-compatible, please let me know and I will look into it asap.

    Along with this WCPT PRO v1.5 gives you the facility to pre-assign product variations and place them in your table as selectable options. So that, if there are three variations โ€˜Smallโ€™, โ€˜Mediumโ€™ and โ€˜Largeโ€™, then all 3 can be presented as radio button options directly in the table. They can be neatly added to separate columns or in a row.

    WCPT PRO v1.5 is on the last leg of polish and testing. It will be available along with demos on the PRO site as an update early next week.
    If you are a WCPT PRO user and need this facility urgently, please drop me a support mail and I will provide you with an advance copy right away.

    Also, please feel free to reach out for any further queries, I am happy to answer ๐Ÿ™‚

    Regards,
    Kartik

    PS – What is not possible with WCPT right now is to print the entire variation form inside of table rows. Please consider how untidy this looks and how few professional sites provide such a messy layout. The popup form is a much neater UI element for such forms. However, if you have a pressing requirement for this, let me know and Iโ€™ll work out a solution for you.

    Plugin Author WP Titan Labs

    (@wcproducttable)

    Hi,

    Thank you for using WooCommerce Product Table Lite (WCPT). I have viewed the link, which makes the issue quite clear. Here is why it is happening –

    You are pulling in data from the products, like you said, but this data itself is in an HTML table. And those HTML tables have inline styles on their elements. These inline styles are overriding any styling option you set through WCPT.

    Ideally, instead of using these HTML tables you should setup your products to have attributes and custom fields to store this information. Then you can use the options available in WCPT Lite to display attributes and custom fields in a much neater manner. This will give you a lot more control over the table layout.

    You can create multiple rows within a single column, thus simulating a table like setup. Please follow the available plugin tutorials for more information or get in touch with me through the support form on the plugin site and I will guide you further on how to create such a setup.

    However, if none of this is possible for you and you need a quick fix right now, you can use this css:

    .wcpt table table *,
    .wcpt table p strong {
    font-size: 16px !important;
    font-weight: normal !important;
    color: black;
    }

    I do not recommend this setup, but it will work for now.

    Second issue:
    You are using Product Categories to filter over Size, Material and Thickness which are sub categories, with child categories of their own. This setup has one flaw – the categories relationship is ‘OR’, not ‘AND’. This means, if a visitor has selected Size: Big and Material: Gampi then they will see all products that have Size: Big ‘OR’ Material: Gampi. So this result set may contain products that have Size: Big and Material: Kozo or Size: Small and Material: Gampi.

    The plugin does not give the option to have an ‘AND’ type relation between the category terms, this is because it will create more confusion – when a visitor selects Size: Big or Small and Material: Kozo or Gampi then the query will look for products that have categories: Big, Small, Kozo and Gampi. This is impossible, you follow?

    Therefore, you should create 3 separate ‘Attribute’ filters – ‘Size’, ‘Material’ and ‘Thickness’. Attribute filters are part of the PRO version of the plugin. You can see demos for this setup on the plugin homepage.

    For example, the Courses and Events demos both let you use multiple separate attribute filters to narrow down on the relevant results.

    If any of this is unclear to you, please get in touch with me and I will do my best to help you achieve the product tables you require.

    – Kartik

Viewing 7 replies - 391 through 397 (of 397 total)