• Resolved jonlooo

    (@jonlooo)


    HI All,

    I would like to modify the woocommerce cart table with the following:

    – Re-size/Remove some of the columns
    – Reorganize the way the custom product options are displayed
    – Is it possible to add an edit button for each product that will allow users to modify any of the customized product options without having to restart over?

    Thanks for the help!

    Best,
    Jon

    • This topic was modified 4 years, 8 months ago by jonlooo.
Viewing 6 replies - 1 through 6 (of 6 total)
  • 1 & 2 may be possible with some custom css. Please post the link to your site. 3 sounds like a non-trivial custom development requiring php skills or a developer.

    Thread Starter jonlooo

    (@jonlooo)

    Hi Lorro Thanks for the feedback! The website is lookieeyewear.com.

    If you go through the entire process of ordering the glasses, you will see that in the check out page, the product options are listed in one column from top to bottom. I’d like the option to better organize this within the product option column.

    Please let me know if any additional information is needed. Thanks!

    • This reply was modified 4 years, 8 months ago by jonlooo.
    • This reply was modified 4 years, 8 months ago by jonlooo.

    To remove columns, try this custom css:

    .woocommerce-cart-form .product-remove {
      display: none;
    }

    To remove other columns, replace .product-remove with the column class from the list below:
    .product-thumbnail
    .product-name
    .product-price
    .product-quantity
    .product-subtotal

    In what way would you like to reorganize the product options?

    Thread Starter jonlooo

    (@jonlooo)

    Hi lorror,

    Thanks for your help with this! The way I’d like to set it up is to have a small table within the product option column.

    I’m envisioning having a table within the product option column as well as having the other options included below. I’ve attached a simple example of this below.

    https://ibb.co/1LT7168

    Please let me know if you need any other information. Thanks!

    The redesign looks good for your site, but that’s too much to do using just custom css.

    You’ll need to copy:
    wp-content/plugins/woocommerce/templates/cart/cart-item-data.php
    to
    wp-content/themes/your-child-theme-name/woocommerce/cart/cart-item-data.php
    and edit the copy to show the attributes in the new format.

    PHP skills or a developer will be needed.

    Plugin Support Tseten a11n

    (@tibetanitech)

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Modifying WooCommerce Cart Table’ is closed to new replies.