Query-1:
UPDATE
wp_wc_product_meta_lookup
SET
min_price =(min_price - min_price * .13)
WHERE 1;
Query-2;
UPDATE
wp_wc_product_meta_lookup
SET
max_price =(max_price - max_price * .13)
WHERE 1;
Open the file for editing and paste the following snippet inside the .htaccess file: <IfModule mod_headers.c> Header always set S...
No comments:
Post a Comment