Checkout – Shipping Methods display in Order Review Table – Add Colspan to TD
-
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=”3″ 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=”3″.. but I’m unable to locate the exact location where this coding is:
I was told by Flexible Shipping plugin developers to try adding the code to cart-shipping.php but when I tried, it didn’t work. See code below :
<?php if ( is_cart() ) : ?> <td data-title="<?php echo esc_attr( $package_name ); ?>"> elseif ( is_checkout() ) { <td data-title="<?php echo esc_attr( $package_name ); ?>" colspan="3" > }
Hope an expert can guide me on this. Thanks!
- The topic ‘Checkout – Shipping Methods display in Order Review Table – Add Colspan to TD’ is closed to new replies.