jdesignz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-OAuth] [domain name] is currently unable to handle this requestFigured it out..
Open wp-config.php
Set define(‘WP_MEMORY_LIMIT’, ’64M’); – or 128M if still has errorHope that helps! ??
Figured it out..
Open wp-config.php
Set define(‘WP_MEMORY_LIMIT’, ’64M’); – or 128M if still has errorHope that helps! ??
Forum: Fixing WordPress
In reply to: wordpress is currently unable to handle this request HTTP ERROR 500Figured it out..
Open wp-config.php
Set define(‘WP_MEMORY_LIMIT’, ’64M’); – or 128M if still has errorHope that helps! ??
Forum: Fixing WordPress
In reply to: Can't login to Web Page. Error 500 on Chrome.Figured it out..
Open wp-config.php
Set define(‘WP_MEMORY_LIMIT’, ’64M’); – or 128M if still has errorHope that helps! ??
Forum: Plugins
In reply to: [WooCommerce] Minimum Amount for Local Delivery – Working!Hi guys its been a while! Back to WordPress and coding after long hiatus. Wow, you really appreciate my works I’m so happy with that. I will be contributing more in the following days as I am focusing now on online shop and other WordPress templates and customizations at affordable price. So stay tune!
@terrytsang nice. goodluck on your plugin!
Forum: Plugins
In reply to: [WooCommerce] To rare autosave pointsLooks like I had it a while ago and it really annoying. Here’s the code put these inside wp-config.php
define('AUTOSAVE_INTERVAL', 300 ); // seconds, 300 is 5 minutes instead of default 60s. define('WP_POST_REVISIONS', false );
Just change the seconds interval to which you like. HTH!
Source via wpbeginner.com
Forum: Plugins
In reply to: [WooCommerce] SelectBoxIt and WooCommerceGood stuff! But I’d rather not change WC default looks installing 3rd-party plugins such you mention. Instead, I’d rather have buy themes (ofcourse, w/ WC compatibility) on sites like Themeforest. Prices aren’t good but I’m sure it worth every penny. Cheers!
Forum: Plugins
In reply to: [WooCommerce] Programatically change product priceI once had this problem before when I started making online store of my family business. There were items that has same brand/model but only differs on prices, wattages and some are voltages. Let’s say there’s 5 of them 3W, 5W, 7W, 9W and 11W. What I did was add all of each item one by one so therefore I have 5 of them on the frontend of the site with same looks/image. If I will going to do the same thing for other products it would surely give me lots of sweat and sleepless nights.
So, I stumbled upon on this WooCommerce Documentation page then it introduce me to Mr. Product Variation and it really help me with my problem. Now, I can sleep without worrying too much. Hehe, hth to you too!
Cheers
Forum: Plugins
In reply to: [WooCommerce] Programatically change product priceHi. I’m not sure what you would want to do here but I think it might take you a lot of time making a plugin than updating your products prices manually. Just my two cents.
Cheers!
Forum: Plugins
In reply to: [WooCommerce] Wrong page titles (Shop/Categories/Products)Hi. BAsed on my observation, it looks like you have to do some changes on Shop page. There might be a code somewhere inside the visual editor wherein it supposed to be blank.
Or if you could, there’s an option in WooCommerce settings (System Status/Tools) wherein a user/admin could reset all the changes made to WooCommerce pages. Just a guess!
HTH.
Forum: Plugins
In reply to: [WooCommerce] How to create product accessories in woo-commerceHi. Good observation! What I did was, tick the ‘Manage Stock’ checkbox on each product in variations and then input the Stock Qty you only want to put. Voila!
HTH.
Forum: Plugins
In reply to: [WooCommerce] I'm having problems installing woocommerce on my web serverOr you could try maximizing wp_memory_limit to atleast 64M or 128M if possible by your server.
Open up wp-config.php, add the following line
define('WP_MEMORY_LIMIT', '128M');
HTH.
Forum: Plugins
In reply to: [WooCommerce] Wrong page titles (Shop/Categories/Products)Site is on maintenance mode.
Forum: Plugins
In reply to: [WooCommerce] Page redirects to shopping cartHmm, I’m not sure about this how about removing all numbers/digits on each product url. Looks like it complicates with the page/post_id. Not sure, but its worth a try.
Forum: Plugins
In reply to: [WooCommerce] Minimum Cart Amount for Delivery