Fixing bad theme import / not working theme import – Justshoppe from themeforest

April 2021 version – import xml has a bug. Many pages are not imported of main demo To fix, import as per documentation Data file = /wp-content/plugins/justshoppe-features/inc/demo-import/main-demo/data.xml Find the xml file load the file in chrome. Chrome will show it has invalid characters / syntax This page contains the follow errors: error on line 7300…

Schema for products sold in multiple currencies

The general consensus seems to be creating multiple offers, one for each currency. Source: https://support.google.com/webmasters/thread/80739992?hl=en https://moz.com/community/q/international-seo-ecommerce-rich-snippets#reply_292857 Example:   <div itemtype=”http://schema.org/Product” itemscope> <meta itemprop=”name” content=”Google Nexus 7″> <meta itemprop=”sku” content=”abc123″> <meta itemprop=”gtin14″ content=”00886227537143″ /> <div itemprop=”offers” itemscope itemtype=”http://schema.org/Offer”> <meta itemprop=”price” content=”229.95″ /> <meta itemprop=”priceCurrency” content=”USD” /> </div> <div itemprop=”offers” itemscope itemtype=”http://schema.org/Offer”> <meta itemprop=”price” content=”27800″ /> <meta…

WordPress / Woocommerce Error Logs

If you are facing any transaction errors, and not sure what is causing the issue, best to look for error in the order below. Files: public_html/wp-content/uploads/wc-logs (each transaction is saved as a separate file) Alternatively, can look in WordPress Admin > Woocommerce  > Status > Logs public_html/error_log default apache error / notice log public_html/wp-content/debug.log wordpress…

How to extract image from chrome

There are two techniques on how to extract image from chrome 1. Inspect element, and open link image on new tab Right click inspect element Find background image property Find link Right click, open image link in new tab 2. Inspect element, load network tab Inspect element, open dev tools (Chrome, Control+shift+j) Load network tab…