shahpocalas
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Points and Rewards] Does not work… bisWhere can i find that table i already go to my database i found the wp_yith_ywpar_points_log but the yith_ywpar_db_version is not there? can you help me by the way im this is the free plugin
Forum: Plugins
In reply to: [WooCommerce] Lost my product information after TransferredOk mike thank you very much to your help i really really appreciate it. i solve it already thanks.
Forum: Plugins
In reply to: [WooCommerce] Lost my product information after Transferredwhat do mean copy image files. i think the image files is already their on my uploads but when i check it to my media the image is not their how can i fix this can you give the steps to do this thanks.
Forum: Plugins
In reply to: [WooCommerce] Lost my product information after TransferredThank you very much for the quick reply what i did is
1. I download the file to our server and export my export2. i set up the file htdocs and the wordpress file on my xampp server and import the database to my phpadmin local
3. and change my sql link like this to phpadmin local
like this
UPDATE wp_options SET option_value = replace(option_value, ‘https://www.old-domain.com’, ‘https://www.new-domain.com’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’;”
UPDATE wp_posts SET guid = replace(guid, ‘https://www.old-domain.com’,’https://www.new-domain.com’);
“
UPDATE wp_posts SET post_content = replace(post_content, ‘https://www.old-domain.com’, ‘https://www.new-domain.com’);”But the links is ok and the e configure all the links but when i check the product image is lost the link to my product link is like this /wp-content/plugins/woocommerce/assets/images/placeholder.png and my custom field text is also lost can you help me for this thanks.