• Resolved Kanger

    (@kanger)


    All my system status is good.

    I have tried deactivating theme and plugins, no joy.

    I am using the plugin: ‘Woocommerce Table Rate Shipping’ by JEM

    When I am on the cart page, no shipping shows, when I go to checkout no shipping shows it says something like need full address for shipping despite address being filled out.

    My parent theme is out of date, is that likely to affect it? Installing the new parent theme messes up layout totally and would involve a lot of work.

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter Kanger

    (@kanger)

    Thank you for the suggestion. I installed it, and unfortunately it’s not made a difference,

    I looked at my .htaccess which has the following (I’m not sure where the cpanel/php bit came from)

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    
    # php -- BEGIN cPanel-generated handler, do not edit
    # Set the “ea-php72” package as the default “PHP” programming language.
    <IfModule mime_module>
      AddType application/x-httpd-ea-php72 .php .php7 .phtml
    </IfModule>
    # php -- END cPanel-generated handler, do not edit

    Would appreciate any other ideas. Thanks in advance

    Thread Starter Kanger

    (@kanger)

    With the SSL plugin, I’m getting this message: he mixed content fixer is active, but was not detected on the frontpage. Please follow these steps to check if the mixed content fixer is working

    It suggested a grade check on certificate and it requires an A but mine comes out as a B

    Thread Starter Kanger

    (@kanger)

    Ok, I got in touch with host and some apache error logs had occured and triggered mod_sec rules….they’ve disabled those and the javascript files then work. Not sure what triggered the errors, either theme or plugins….

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Shipping not woking’ is closed to new replies.