tmidd27
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: Make price appear twice on the product pageI managed to move it rather than duplicate the price, CSS code below:
.single-product .product .summary {
position: relative;
display: flex;
flex-direction: column;
padding-right: 10px;
}
.single-product .product .summary .extra-product-options-wrapper {
order: 1;
}
.single-product .product .summary .price {
position: absolute;
top: auto;
bottom: 70px;
left: 0;
right: auto;
margin-left: 0;
font-size: 1.5rem;
font-weight: bold;
text-align: left;
padding-left: 10px;
}
.single-product .product .summary form.cart .button {
order: 2;
margin-top: 80px;
}
.single-product .product .summary .extra-product-options-wrapper table {
margin-bottom: 30px;
}Forum: Plugins
In reply to: [WooCommerce] Woocommerce save settings button doesn’t workThank you for the reply. Unfortunately none of that worked.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce save settings button doesn’t workForum: Fixing WordPress
In reply to: Code appeared across all WordPress sitesThank you for your response. I worked out it was gtag, but I am unable to locate where it is sourcing it from. I have checked the header.php file. I may need to contact the theme developer. I am just unsure where it is pulling it from.
Forum: Plugins
In reply to: [WooCommerce] Add a tax column to Email Order DetailsThanks Lorro. I found that thread and tried the code, however it doesn’t work and I am unsure if I am entering it correctly.
Is anyone able to confirm what the code should be so I can check if I am entering it correctly?
Viewing 5 replies - 1 through 5 (of 5 total)