chathuJ
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Error 402 : Unable to create order. Please try againin my case it happened because woocommerce didn’t installed some tables. Check woocommerce system status and check woocommerce_order_items table exists.
Hope this would help for someone.
CREATE TABLE IF NOT EXISTS
wp_woocommerce_order_items(
order_item_idbigint(20) NOT NULL,
order_item_namelongtext NOT NULL,
order_item_typevarchar(200) NOT NULL DEFAULT ”,
order_idbigint(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;—
— Indexes for dumped tables
——
— Indexes for tablewp_woocommerce_order_items
—
ALTER TABLEwp_woocommerce_order_items
ADD PRIMARY KEY (order_item_id), ADD KEYorder_id(order_id);—
— AUTO_INCREMENT for dumped tables
——
— AUTO_INCREMENT for tablewp_woocommerce_order_items
—
ALTER TABLEwp_woocommerce_order_items
MODIFYorder_item_idbigint(20) NOT NULL AUTO_INCREMENT;Hello, I had the same problem. Please refer this and that works for me now,
http://ww.wp.xz.cn/support/topic/number-of-reviews-to-show-doesnt-work
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Filters not workingHello, I had the same problem. Please refer this and that works for me now,
http://ww.wp.xz.cn/support/topic/number-of-reviews-to-show-doesnt-work
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Does not loading reviewsHello, I had the same problem. Please refer this and that works for me now,
http://ww.wp.xz.cn/support/topic/number-of-reviews-to-show-doesnt-work