Home Forums WoodMart support forum Items are not show

Items are not show

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #585066

    info@izipos.si
    Participant

    Hello,

    can you help us, we imported the products, but it does not show in site, but they are in the database. We have disabled all plugins but nothing is better. Do you have any solution, we don’t know what it could be?

    #585098

    info@izipos.si
    Participant

    Number of article that is not in front end: 23957

    But in base is.

    ———————————————————

    SELECT * FROM rebec_wp_posts WHERE post_type = ‘product’ AND post_title like ‘Armalite%’ ORDER BY post_date DESC;
    SELECT * FROM rebec_wp_postmeta where post_id = 23957
    SELECT rebec_wp_posts.* FROM rebec_wp_posts LEFT JOIN rebec_wp_term_relationships
    ON (rebec_wp_posts.ID = rebec_wp_term_relationships.object_id)
    WHERE 1=1
    AND
    rebec_wp_posts.post_type = ‘product’
    AND
    (rebec_wp_posts.post_status = ‘publish’)
    GROUP BY
    rebec_wp_posts.ID
    ORDER BY
    rebec_wp_posts.post_date DESC;

    #585130

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Can you please tell me on which method you imported the products.

    Best Regards.

Viewing 3 posts - 1 through 3 (of 3 total)