You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm on a product page and I click on the “add to cart” button, I get the following error: The page has expired due to inactivity.
Please refresh and try again.
I tested with a new installation of themosis + the default wordpress theme of themosis (my-theme).
When I delete this line : Action::remove('init', ['WC_Template_Loader', 'init'], 10);
The button works fine but the routes don't work anymore and don't allow me to make custom views for my product pages.
Description
When I'm on a product page and I click on the “add to cart” button, I get the following error: The page has expired due to inactivity.
Please refresh and try again.
I tested with a new installation of themosis + the default wordpress theme of themosis (my-theme).
When I delete this line :
Action::remove('init', ['WC_Template_Loader', 'init'], 10);
The button works fine but the routes don't work anymore and don't allow me to make custom views for my product pages.
Steps to reproduce
(php artisan theme:install my-theme
)Expected behavior
The text was updated successfully, but these errors were encountered: