• Resolved allstarsft

    (@allstarsft)


    Hi,

    Please see attached screenshot for the issue. Currently I had to set the width to 550px, but ideally I need this Shipping column to be colspan=”4″ as I added additional column at the Product name column so that the TH labels’ width can be shorter.

    As my Product names (Actual ones) can be very long, If I add the width only for Product name, it would also extend the width of the TH labels from Subtotals and below.

    Thank you.

    Regards

    ALLSTARS-FT

    Note: I used Chrome Inspector found the php coding — TD line which I need to add the colspan=”4″.. but I’m unable to locate the exact location where this coding is:

    • This topic was modified 1 year, 1 month ago by allstarsft.
Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter allstarsft

    (@allstarsft)

    @grola, thanks for your reply. Have tried Cart-shipping.php as well but hmm.. doesn’t work too . See coding I changed

    	<?php if ( is_cart() ) : ?>
    	<td data-title="<?php echo esc_attr( $package_name ); ?>">
    	else ( is_checkout() ) {
    	<td data-title="<?php echo esc_attr( $package_name ); ?>" colspan="3" > 
    	}
    Plugin Author grola

    (@grola)

    Without access to the website I am unable to help.

    However, as I wrote earlier: this is not a problem related to our plugin.

    I suggest contacting your theme’s support or WooCommerce support.

    Thread Starter allstarsft

    (@allstarsft)

    Thanks will do so.

    Plugin Support WojtekPS

    (@wojtekpyrgies)

    As the issue is not related to our plugin I’m marking this topic as resolved for now.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Checkout – Order Review Table – Colspan=”2″’ is closed to new replies.