Home › Forums › WoodMart support forum › Products are not displayed correctly in the store
Products are not displayed correctly in the store
- This topic has 7 replies, 2 voices, and was last updated 3 years, 6 months ago by Elise Noromit.
-
AuthorPosts
-
May 26, 2021 at 3:46 pm #295683
Optica VallsParticipantProducts are not displayed correctly in the store. Version 5.3.6. I send screenshots. It happens most of the time, though not always. It also fails if I pass the parameter in the url ?per_page = x
Attachments:
You must be logged in to view attached files.May 26, 2021 at 10:40 pm #295751
Elise NoromitMemberHello,
Please make a backup of your site and update the theme and all the related plugins: https://xtemos.com/docs/woodmart/update-theme-2/ and https://xtemos.com/docs/woodmart/faq-guides/woodmart-update-6-0-explained/
Best Regards
May 27, 2021 at 3:30 pm #296015
Optica VallsParticipantVersion 6.0.4 does not fix this problem (tested on localhost). Besides breaking my customization in woocommerce this version (6.0.4) has other bugs.
May 27, 2021 at 10:46 pm #296054
Elise NoromitMemberHello,
Please restore your site from the backup.
Please provide your site admin access to the private area.
Please confirm the permit for us to deactivate the plugins not related to the theme and switch to the parent theme for the while of checking what may take up to 15 minutes. Please make the full backup of your site.
Best Regards
June 10, 2021 at 5:02 pm #298935
Optica VallsParticipantSorry for the delay in replying. It is not a matter of plugins, I have already tried that. I have observed that when there are products out of stock, that they should not be shown is when it leaves the gap. I have solved it like this:
add_action( ‘woocommerce_product_query’, ‘custom_product_instock’ );
function custom_product_instock( $query ) {
$query->set( ‘meta_query’, array( array( ‘key’ => ‘_stock_status’, ‘value’ => ‘instock’, ‘compare’ => ‘=’ )));
}Upgrading to version 6.04 gives me a lot of trouble with woocommerce customization. Therefore I am staying with 5.3.6 for the moment.
June 10, 2021 at 11:47 pm #298972
Elise NoromitMemberHello,
Thank you for sharing the information.
Please try to modify the customization so that it could work with 6.0.4 This theme version has been improved considerably, a lot of classes have changed or removed. That is why you could have this problem.
Best Regards
June 11, 2021 at 7:32 am #299039
Optica VallsParticipantAs I mentioned before, version 6.0.4 does not correct the paging problem. In addition, there is also some minor bug in the minicart (send photo). Are you going to take this into account for a next version?
Attachments:
You must be logged in to view attached files.June 11, 2021 at 11:11 am #299098
Elise NoromitMemberHello,
Please move your site to a staging platform and provide me access, I will update we will check, detect the reasons for the problem, and then you would move the updated and clean version to your live site.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register