laravel-woocommerce: JSON ERROR: Syntax error
Sometimes may be you get this error. If you are using it first time then make sure you followed some steps
- Enable
mod_rewritein your server - Make sure you have
.htaccessfile in your WordPress root directory. Contents should look like
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
- Make sure your URL
permalinkisPost name
About this issue
- Original URL
- State: open
- Created 4 years ago
- Comments: 23
@SDekkers Yea, you get the point. Go ahead. It’s not this package related issue.