zap3r
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce – specific product availabilityThank you so much @knaveenchand
WPC Timer i have found and looks good.
I have that delivery plugin Premium installed but I can’t seem to force a single specific delivery date on a product – maybe you can’t? Have emailed the plugin support.
“For delivering on a single specific date, you can simply specify it in the product description or on the checkout page. ” You mean just say it is only available for delivery on X Date on the product description itself? I’m worried people will ignore that and order it anyway!
Forum: Plugins
In reply to: [Print-O-Matic] print-o-maticHi Appreciate this is css and have tried.
Tried both the below, which should work but they don’t so puzzling as to why!
—————–
@media print {
.table-1 table, .tkt-slctr-tbl-wrap-dv table {
border: 1px solid #dcdcdc !important;
background-color: #fff !important;
box-shadow: 0 1px 3px rgb(0 0 0 / 8%), inset 0 0 0 1px rgb(255 255 255 / 50%) !important;
}
}—————–
.table-1 table, .tkt-slctr-tbl-wrap-dv table {
border: 1px solid #dcdcdc !important;
background-color: #fff !important;
box-shadow: 0 1px 3px rgb(0 0 0 / 8%), inset 0 0 0 1px rgb(255 255 255 / 50%) !important;
}—————–
Forum: Plugins
In reply to: [Print-O-Matic] print-o-maticThank you for your reply. I have added this but it does not work. Is there another factor, maybe with the theme that could be impacting it not working?
Forum: Plugins
In reply to: [Print-O-Matic] print-o-maticAnyone?!