Possible minor conflict with other plugins
-
Hi there,
I use the Tiered Price Table for WooCommerce and Woo Gift Cards plugins, both of which add buttons the the bottom of the orders page like so:
It seems the WooCommerce Order Splitter button and dropdown area doesn’t work well with these 3rd party buttons, as it pushes them out of place:
It looks like 3rd party buttons are perhaps excluded from the Order Splitter layout, understandably.
<div class="wc-order-data-row wc-order-bulk-actions wc-order-data-row-toggle">
<p class="add-items">
<button type="button" class="button add-line-item">Add item(s)</button>
<button type="button" class="button add-coupon">Apply coupon</button>
<button type="button" class="button refund-items">Refund</button>
<button type="button" class="button button-primary calculate-tiered-pricing">Recalculate with tiered pricing</button>
<button type="button" class="button split-order">Split order</button>
</p>
<div id="split-order-container" style="display:none;"></div>
<button type="button" class="button add-gift-card">Apply gift card</button>
<button type="button" class="button button-primary calculate-action">Recalculate</button>
<p></p>
</div>Is there perhaps a snippet or some css I can apply that would even up the layout do you think?
I’ve had a go myself, but can;t get it to work.
Thanks for your help!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.