When I click product page from home page, it is normal.
But When I first click the category page, then click product page from category page, the problem appears that the product page doesn't load fully.
This is the URL : https://www.buyshowercurtain.com/
Who can help me to check this and solve this problem?
Thanks A Lot.
I use Magento ver. 1.9.2.1
Solved! Go to Solution.
Hello @qiqi_lin
Can you try disabling your prev next functionality in product view page?
Because code is not executing from there only.
You should be able to hide it first from porto theme configuration and check then.
This could be a version compatibility issue as well.
You can ask theme vendor or any developer to check out this if you can't figure it out.
Hello @qiqi_lin
Try disabling the previous and next button on the product page which might be causing the issue.
Debug the product page.
Also, please check the system.log exception.log and server error log.
I hope it helps.
The strange point is that it is normal to click from the home page at first.
But after you click the category, the problem cames.
The product page can't be normal in a certain period time.
Hello @qiqi_lin
Can you try disabling your prev next functionality in product view page?
Because code is not executing from there only.
You should be able to hide it first from porto theme configuration and check then.
This could be a version compatibility issue as well.
You can ask theme vendor or any developer to check out this if you can't figure it out.
Hello @qiqi_lin
Something related to prev and next product module.
please try to enable error log
ini_set('display_errors', 1);
error_reporting(E_ALL);
add into index.php and check what is error and solve it.
If works then mark as solution.