1. I have a flat rate shipping on all orders below 99 and free above this.
2. I want to also offer express shipping at an extra cost. if the order amount is below 99, express shipping be 10 but if it is above 99 express shipping be 5
If i add another flat rate shipping option to my woocommerce, there is no way to show different charges for express shipping if the amount is below or above 99.
I was wondering if there is a plugin or any way to achieve above?
]]>Sounds like it would be a benefit to tick this?
Also when I go to my site and download an image its a jpg that is downloaded? I was expecting it to be a WebP format?
Thanks regards Dexter
]]>Just confirming what the other user below reported about the php errors. I can see this in the plugin options while running php 7.4.
There are error warnings on the following options:
Animation in
Animation out
On which page the balloon should appear?
…..
Warning: Use of undefined constant drop – assumed ‘drop’ (this will throw an Error in a future version of PHP) in /wp-content/plugins/add-to-home-screen-wp/options.php on line 114
Warning: Use of undefined constant bubble – assumed ‘bubble’ (this will throw an Error in a future version of PHP) in /wp-content/plugins/add-to-home-screen-wp/options.php on line 115
Warning: Use of undefined constant fade – assumed ‘fade’ (this will throw an Error in a future version of PHP) in /wp-content/plugins/add-to-home-screen-wp/options.php on line 116
Warning: Use of undefined constant drop – assumed ‘drop’ (this will throw an Error in a future version of PHP) in /wp-content/plugins/add-to-home-screen-wp/options.php on line 125
Warning: Use of undefined constant bubble – assumed ‘bubble’ (this will throw an Error in a future version of PHP) in /wp-content/plugins/add-to-home-screen-wp/options.php on line 126
Warning: Use of undefined constant fade – assumed ‘fade’ (this will throw an Error in a future version of PHP) in /wp-content/plugins/add-to-home-screen-wp/options.php on line 127
Warning: Use of undefined constant homeonly – assumed ‘homeonly’ (this will throw an Error in a future version of PHP) in /wp-content/plugins/add-to-home-screen-wp/options.php on line 218
Warning: Use of undefined constant allpages – assumed ‘allpages’ (this will throw an Error in a future version of PHP) in /wp-content/plugins/add-to-home-screen-wp/options.php on line 219
…..
Hope this helps!
~ Michael
]]>Is it possible to use Custom CSS code in the Plugin options to do this?
We are also currently using TablePress Extension: Automatic URL Conversion and TablePress Extension: Table Auto Update.
]]>So, could you hint me, how I can get a value of Polylang arguments ‘hide_current’ and other?
]]>I’ve been struggling for the last 3 hours trying to get the custom CSS for column width to work
I’ve been through your FAQ’s, documentation, and the forums, but despite trying different variations of the code, it still doesn’t work.
I’m simply trying to reduce the width of column 3 (Link), ideally all columns, so that they are no wider than their content.
I have tried the following variations:
(putting it in the Plugin options custom css as directed)
—–
.tablepress-id-1 .column-3 {
width: 100px;
}
—–
[The preffered one]
.tablepress-id-1 .column-3 {
padding: 4px;
}
—-
.tablepress .column-3 {
padding: 4px;
}
—–
.tablepress .column-3 {
width: 100px;
}
—–
I’ve also tried a few other Custom CSS codes from the forum, but apart from adjusting the narrow bar below the column headers, they don’t appear to be doing anything.
Much appreciate your help with this!
]]>While editing custom CSS for a table in Plugin Options, I accidentally deleted CSS for some of the other tables for which I had custom CSS. Is there a way to restore the CSS I had in Plugin Options?
Thanks,
Sanjeev