Home Forums WoodMart support forum 404 error for the admin wishlist in Dashboard -> Products -> Wishlists.

404 error for the admin wishlist in Dashboard -> Products -> Wishlists.

Viewing 30 posts - 1 through 30 (of 35 total)
  • Author
    Posts
  • #516975

    EQUIPEMENTSPRO
    Participant

    Wishlists works fine for all users but admin cannot see wishlist created in Dashboard -> Products -> Wishlists.
    I have got error 404 for each users

    Exemple: https://www.experthydraulique.com/wishlist/4347

    #517119

    Luke Nielsen
    Keymaster

    Hello,

    Please, disable all plugins that are not related to our theme and provide us with your admin access. We will log in and check what is wrong there. You can leave only the following plugins that are required for our theme:
    WoodMart core
    WooCommerce
    Elementor/WPBakery page builder

    Thank you in advance

    Kind Regards

    #517241

    EQUIPEMENTSPRO
    Participant

    Thaks for your reply
    I had test only with essential plugin => No way

    #517536

    Luke Nielsen
    Keymaster

    Hello,

    Please, confirm the permission for plugins deactivation, and switching to the parent/default theme. As soon as we complete the testing we will enable it all back, however, You would better make the full backup of your site.

    Looking forward to hearing back from you!

    Best Regards.

    #517537

    EQUIPEMENTSPRO
    Participant

    Hello,
    As you have see this is a real ebusiness site.
    Impossible to do what you say for us.

    #517541

    EQUIPEMENTSPRO
    Participant

    I can’t take this kind of risk just for a wishlist

    #517543

    Luke Nielsen
    Keymaster

    Hello,

    So in case, it’s a live site, I suggest you clone your website and move it to the staging platform so we can investigate the issue there.

    https://www.wpbeginner.com/wp-tutorials/how-to-create-staging-environment-for-a-wordpress-site/

    Looking forward to collaborating with you!

    Kind Regards

    #517544

    EQUIPEMENTSPRO
    Participant

    At this time you have made many time test and do 404 error on the site You impact directely our SEO

    #517545

    EQUIPEMENTSPRO
    Participant

    Yes i work to do a clone

    #517546

    Luke Nielsen
    Keymaster

    I didn’t touch the settings on your site I just checked the issue and asked you for permission.

    Thank you for your time.

    Kind Regards

    #518222

    EQUIPEMENTSPRO
    Participant

    Hello,

    Test site in place .
    Thanks for you help

    #518698

    Luke Nielsen
    Keymaster

    Hello,

    Please accept my apologies for the delay.

    Seems that access to the staging site is limited, here is a video: https://take.ms/PJUD2 , could you please increase the access to the admin?

    Looking forward to hearing back from you!

    Kind Regards

    #518709

    EQUIPEMENTSPRO
    Participant

    Hello,

    Juste à mistake from me !
    You are admin now !

    #518759

    Luke Nielsen
    Keymaster

    Hello,

    Please add the below code into the “functions.php” file in your child theme and then recheck the issue.

    add_action('woodmart_admin_table_column_name_actions', function ( $settings, $item, $delete_wishlist_url) {
    	if ( isset( $settings['view'] ) ) {
    		$settings['view'] = sprintf(
    			'<a href="%s">%s</a>',
    			esc_url( woodmart_get_wishlist_page_url() . '/'  . $item['ID'] . '/' ),
    			esc_html__( 'View', 'woodmart' )
    		);
    	}
    
    	return $settings;
    }, 10, 3 );

    Let me know if you have any questions.

    Kind Regards

    • This reply was modified 4 months, 3 weeks ago by Luke Nielsen.
    #518781

    EQUIPEMENTSPRO
    Participant

    I had just do the test without résolution

    #518964

    Luke Nielsen
    Keymaster

    Hello,

    So the issue is resolved?

    Let me know if you have any questions.

    Kind Regards

    #518965

    EQUIPEMENTSPRO
    Participant

    Hello,
    No that solve nothing

    #519028

    Luke Nielsen
    Keymaster

    Hello,

    We have added that code to the staging site and it works well there, please check it.

    Thank you for your time.

    Kind Regards

    #519033

    EQUIPEMENTSPRO
    Participant

    Yes in test site it’s Ok
    But in production site, no changement
    I don’t understand ?

    Copy of changement here

    Attachments:
    You must be logged in to view attached files.
    #519073

    EQUIPEMENTSPRO
    Participant

    I had restart all plugin et it’s Ok on test site !!
    I don’t understand

    #519090

    Luke Nielsen
    Keymaster

    Hello,

    Please update the access to the live site so I can check how it works there.

    Looking forward to collaborating with you!

    Kind Regards

    #519123

    EQUIPEMENTSPRO
    Participant

    Thanks for your help

    #519517

    EQUIPEMENTSPRO
    Participant

    Use the same login

    #519532

    Luke Nielsen
    Keymaster

    Hello,

    The permalinks must always end with such a sign: https://monosnap.com/file/zHSOwjgQt7h0OxqxFc5UszRhZTic7q

    That is why it’s not working on your side.

    Kind Regards

    #519549

    EQUIPEMENTSPRO
    Participant

    Yes there is an error in this line and i don’t kow why
    Miss a / in the line !!!!!!!!
    To have /%postname%/

    Thank you very very mutch

    Have a good day

    #519550

    EQUIPEMENTSPRO
    Participant

    But after this modification, i always see the same whislist.

    #519567

    EQUIPEMENTSPRO
    Participant

    I make a new clone only to test the problem

    Change functions.php as your recommandation
    and keep https://vmzjhd69fp5.c.updraftclone.com/%postname%

    wishlist work correctly !

    I don’t understand

    #519687

    EQUIPEMENTSPRO
    Participant

    Hello,
    At this time, that don’t work on clone ?
    I don’t know why ?

    #519788

    EQUIPEMENTSPRO
    Participant

    Hello,
    On clone site :
    After many test enable / disable many plugins:
    If wishlist Plugin is enable, i access only the same list for all customer
    If wishlist Plugin is desable i access to each list …

    #520276

    Luke Nielsen
    Keymaster

    Hello,

    Sorry for the delay.

    So the issue in the third-party plugin that affected the work of the Wishlist?

    Looking forward to hearing back from you!

    Kind Regards

Viewing 30 posts - 1 through 30 (of 35 total)