japanizer
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] i want to delete orders in specific time periodi have around 39000 orders in last several years so this is not “acceptable” as it looks like.
If I delete rows created up to specific date… in table posts.. will this do the job or should i delete also something else not to get any errors?
i need to reduce web so i want to delete all old products and old orders and pictures of old products..
Forum: Plugins
In reply to: [WooCommerce] stock change LOGbump
Forum: Plugins
In reply to: [WordPress Move] step by stepplease delete. i did it all over ftp
Forum: Plugins
In reply to: [WooCommerce] remove coupons on checkout page (WC 2.0)I did it myself,
woocommerce/templates/checkout/form-coupon.phpjust add this line
if ( $woocommerce->checkout) return;Forum: Plugins
In reply to: [WooCommerce] Change "Cart" TextHi, i hope this helps:
1st
just go to wp admin -> Pages and rename “Cart” into “Shopping Bag”2nd, edit file:
wp-content/themes/StyleShop/style.css
now is defined as#main-header { padding: 90px 0 33px; }90px is up, 33px is down, you can change this arguments to get what you want (set it to padding: 50px 0 0px;) if you would like to keep size of current logo
Forum: Reviews
In reply to: [WooCommerce] little cart problemsi did. sorry
Forum: Plugins
In reply to: [WooCommerce] Edit customer emailsHi,
did you change .po file or php ?text from customer emails are loaded from po file, so just copy statement which you want to edit. download .po file , open it with poedit(software) ctrl+f , paste your statement and change it. save, and upload back po and mo file
i dont see the problem, or i didnt understand your problem :/
Forum: Plugins
In reply to: [Plugin: WooCommerce – excelling eCommerce]remove shipping options on cartsolved
i just put some if statement into total.php