Palexandra
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] "Free shipping" Bubble?Hi @nasroo7
No, this is something I have not been able to figure out yet.
If you do come across a solution, please let me know, it would be very much appreciated.
Thanks!Forum: Plugins
In reply to: [WooCommerce] "Free shipping" Bubble?Just an update on this:
I found that for my specific case using woocommerce jetpack: Custom price labels does the job just fine. It is not a bubble but allows me to write “Free shipping” right besides the price (I am using the “instead of price” label and writing “$99 + Free shipping” on it for example).
Products with prices “on sale” will still show the “on sale” bubble and it does not interfere with showing that this item is granted free shipping.
This was the simplest solution I could find.
Hope it helps!Cheers.
Forum: Plugins
In reply to: [WooCommerce] "Free shipping" Bubble?Hi @wooassist ,
Thank you! Is this code something that can be used alone on my functions.php file or does it only work only when “per product shipping” is installed?
Thanks!Forum: Plugins
In reply to: [WooCommerce] "Free shipping" Bubble?Hi Wooassist,
I see what you mean.
I have my Free shipping set for orders over $99 (except for some big items that are exempt from this rule with a snippet in my function.php)
I was thinking about a bubble for items over $99.00 just so that it would be clear that this items ship for free just for being $99 or over. Just to make them stand out a little more.
My temporary solution was to install “jetpack for woocommerce” and use the setting “Use text instead of price” and use the text to say “$99.00 – Free Shipping”.
I am not great with css so this is the best i could do so far.
Any ideas?Forum: Plugins
In reply to: [WooCommerce Advanced Free Shipping] "Free shipping" Bubble?Thank you! ??
Hi Carolyn,
I will follow the steps ??
Thanks for taking the time to reply to my question.
Forum: Plugins
In reply to: [WooCommerce] Unable to allocate memory for pool?Great, thanks!
Just wanted to make sure that doing so would not cause any issues.Appreciate your help ??
Have a great weekend!Forum: Plugins
In reply to: [WooCommerce] Unable to allocate memory for pool?Hi Esmi,
Thanks, you are right, I was able to find my Config.php on my FTP – Should I just ad define(‘WP_MEMORY_LIMIT’, ’96M’); by the end of the file and that will be it?
Forum: Plugins
In reply to: [WooCommerce] Unable to allocate memory for pool?Hi again,
So i found my HTACCESS FILE (do not have a config.php on my theme apparently) .
My htaccess file looks like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
The link you gave me says to ad php_value memory_limit 64M on this file.
I just want to make sure im adding this somewhere where its not cutting into any code, where would it fit in? (silly questions maybe but i want to make sure before making any changes).
Thanks again !
Forum: Plugins
In reply to: [WooCommerce] Unable to allocate memory for pool?BTW, I could not find a config.php file on my editor…. should I try it somewhere else?
Forum: Plugins
In reply to: [WooCommerce] Unable to allocate memory for pool?Thanks,
Really appreciate you taking the time to answer my question. Is this all I need? Just by adding/changing that code more memory will be available?
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Search by SKUHi Terrysang,
Thank you! that was extremely useful, appreciate it.
Forum: Plugins
In reply to: [WooCommerce] Search by SKUExcellent, that was exactly what I needed!
Do you know if there is a way to hide the sku?Forum: Plugins
In reply to: [WooCommerce] Search by SKUThanks!! ??
Forum: Fixing WordPress
In reply to: Changing Permalinks without affecting SEO?Hi Cyril,
Lol, “ugly” links… the term made me laugh.
Thanks! I feel a lot better now I will have pretty links from now on ??