Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter desariyanta

    (@desariyanta)

    Hi Suwash,

    Thank you for your prompt response.

    I’ve checked out the thread and conclude that the OP and I are trying to solve a different issue.

    We’re trying to get consistent sitemap content no matter where we pull it from (browser or API).

    From the browser, we get the following result:

    URL	Images	Last Mod.
    https://www.wijzonol.nl/professioneel/producten	0	2021-12-07 12:50 +00:00
    https://www.wijzonol.nl/professioneel/producten/wijzopox-topcoat-aq	1	2021-11-22 08:33 +00:00
    https://www.wijzonol.nl/professioneel/producten/wijzonol-spray-okay-satin	1	2021-11-22 08:33 +00:00

    From the api we get this:

    <urlset xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xmlns:image="https://www.google.com/schemas/sitemap-image/1.1" xsi:schemaLocation="https://www.sitemaps.org/schemas/sitemap/0.9 https://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd https://www.google.com/schemas/sitemap-image/1.1 https://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd" xmlns="https://www.sitemaps.org/schemas/sitemap/0.9">
    	<url>
    		<loc>https://www.wijzonol.nl//verf/ons-product-aanbod</loc>
    		<lastmod>2021-12-07T12:50:24+00:00</lastmod>
    	</url>
    	<url>
    		<loc>https://www.wijzonol.nl//verf/wijzopox-topcoat-aq</loc>
    		<lastmod>2021-11-22T08:33:36+00:00</lastmod>
    		<image:image>
    			<image:loc>https://www.wijzonol.nl/wp-content/uploads/2021/02/Wijzopox-Topcoat-AQ.jpg</image:loc>
    			<image:title><![CDATA[Wijzopox-Topcoat-AQ]]></image:title>
    		</image:image>
    	</url>
    	<url>
    		<loc>https://www.wijzonol.nl//verf/wijzonol-spray-okay-satin</loc>
    		<lastmod>2021-11-22T08:33:37+00:00</lastmod>
    		<image:image>
    			<image:loc>https://www.wijzonol.nl/wp-content/uploads/2021/02/Wijzonol-Spray-Okay-Satin.jpg</image:loc>
    			<image:title><![CDATA[Wijzonol-Spray-Okay-Satin]]></image:title>
    		</image:image>
    	</url>

    As you can see, when we pull from the api, the URL has //verf/ and without the /profesioneel/ in between.

    We’re wondering how can we ensure that we always get the result like the first one?

    Best regards,

    Desar

    Thread Starter desariyanta

    (@desariyanta)

    Wonderful.

    Thanks a lot for the udpate!

    Thread Starter desariyanta

    (@desariyanta)

    Hi Mikko,

    Thank you for the quick response!
    We have tried activating the default theme, but the issue persist.
    We are going to disable the plugin one by one to further debug the issue.

    Thanks for your support.

    Thread Starter desariyanta

    (@desariyanta)

    Hi Shohan,

    Thanks for the solution.
    We will try this and get back to you once we’ve tried it.

    Thanks.

    Thread Starter desariyanta

    (@desariyanta)

    Hi Maykato,

    I’ve figured out the cause:
    It’s the Thai characters used in de endpoints settings.

    After changing the Thai character of order-received from:
    ??????? (Which is changed into %e0%b9%84%e0%b8%94%e0%b9%89%e0%b8%a3%e0%b8%b1%e0%b8%9a%e0%b8%84%e0%b8%b3%e0%b8%aa%e0%b8%b1%e0%b9%88%e0%b8%87%e0%b8%8b%e0%b8%b7%e0%b9%89%e0%b8%ad%e0%b9%81%e0%b8%a5%e0%b9%89%e0%b8%a7 when saving the setting) to order-received the issue is fixed.

    What do we need to do to support Thai character in the endpoint settings?

    Best regards,

    Desar Sariyanta

    Thread Starter desariyanta

    (@desariyanta)

    Hi Raul,

    After deleting de plugin and installing the 2.8.9, I can finally see an error:
    Fast Velocity Minify requires the PHP mbstring module to be installed on the server.

    We’re going to add this module and see if this fix the issue.

    Thanks once again for the support.

    Best regards,

    Sariyanta

    Thread Starter desariyanta

    (@desariyanta)

    Hi Raul,

    Thanks for your support.

    We are going to look into de server settings and everything.
    And will get back to you regarding that.

    There is really no error when trying to activate the plugin.
    Have a look here: Activating FVM no Error Message

    In any case, thanks for the pointers.

    Best regards,

    Desar Sariyanta

    Thread Starter desariyanta

    (@desariyanta)

    Hi Raul P.

    Thanks for getting back so quicky and apologies for my late response.

    We finally manage to get access to enable WP Debug.

    Here is what de log says:

    [12-May-2021 09:47:47 UTC] WordPress database error Table 'wordpress.wp_fvm_cache' doesn't exist for query TRUNCATE TABLE wp_fvm_cache made by require_once('wp-admin/admin.php'), do_action('admin_init'), WP_Hook->do_action, WP_Hook->apply_filters, fvm_check_minimum_requirements, deactivate_plugins, do_action('deactivate_fast-velocity-minify/fvm.php'), WP_Hook->do_action, WP_Hook->apply_filters, fvm_plugin_deactivate, fvm_purge_static_files
    [12-May-2021 09:47:47 UTC] WordPress database error Table 'wordpress.wp_fvm_logs' doesn't exist for query TRUNCATE TABLE wp_fvm_logs made by require_once('wp-admin/admin.php'), do_action('admin_init'), WP_Hook->do_action, WP_Hook->apply_filters, fvm_check_minimum_requirements, deactivate_plugins, do_action('deactivate_fast-velocity-minify/fvm.php'), WP_Hook->do_action, WP_Hook->apply_filters, fvm_plugin_deactivate, fvm_purge_static_files
    [12-May-2021 09:47:47 UTC] WordPress database error Table 'wordpress.wp_fvm_cache' doesn't exist for query TRUNCATE TABLE wp_fvm_cache made by require_once('wp-admin/admin.php'), do_action('admin_init'), WP_Hook->do_action, WP_Hook->apply_filters, fvm_check_misconfiguration, fvm_plugin_deactivate, fvm_purge_static_files
    [12-May-2021 09:47:47 UTC] WordPress database error Table 'wordpress.wp_fvm_logs' doesn't exist for query TRUNCATE TABLE wp_fvm_logs made by require_once('wp-admin/admin.php'), do_action('admin_init'), WP_Hook->do_action, WP_Hook->apply_filters, fvm_check_misconfiguration, fvm_plugin_deactivate, fvm_purge_static_files

    What should we do to solve this issue.

    Best regards,

    Desar Sariyanta

    Thread Starter desariyanta

    (@desariyanta)

    Hi Alvaro,

    Thanks for your reaction.

    I’ve read the article. As I understand it, the article explained how we can add query strings to a link sent to customers. While valuable, this doesn’t help my situation.

    I’d like to also pre-populate this field (or better yet hide it) when the users has already checked this box in the previous purchase.

    Is this possible?

    Thanks in advance.

Viewing 9 replies - 1 through 9 (of 9 total)