Viewing 15 replies - 1 through 15 (of 19 total)
  • Plugin Author Oscar Gare

    (@oscargare)

    Hi,
    I don’t see a product with a Read More button, can you give me a detailed example (country and product)?
    Thank you.

    • This reply was modified 8 years, 2 months ago by Oscar Gare.
    Thread Starter msabolik

    (@msabolik)

    Hi, check out the few last products on the page I provided. Here for example this product:

    https://xmkd.com/shop/skateboards/adhoc-pintail-95-x-40-longboard-deck-2/

    The price does not show on front end, but if you add it to cart then in the cart it is ok. It does not show on catalogue and product pages on the front end.

    Marko

    Plugin Author Oscar Gare

    (@oscargare)

    Hi Marko,
    Test it: update the product, i.e., click on update button of product data.

    Thread Starter msabolik

    (@msabolik)

    Hi Oscar, I did that but stays the same. It is strange why it is like that only on some products not all of them.

    Thread Starter msabolik

    (@msabolik)

    I deleted the zone, deactivated the plugin and deleted it. Then I reinstalled a new copy of the plugin which I downloaded from here, activated it and now the site works ok, as if there is a zone, it shows the prices in the other currency when visited from that currency country, but in the settings there is no zone, only rest of the world.

    Thread Starter msabolik

    (@msabolik)

    I converted back to version 1.5.12 and it works fine now. I will try again once new version is out. Or let me know if you find what was the problem.

    Thread Starter msabolik

    (@msabolik)

    When I try to add a new zone or update an existing zone I get Internal Server Error after hitting Save.

    Plugin Author Oscar Gare

    (@oscargare)

    Hi @msabolik, I lost your replies, sorry.
    What version are you running now?

    I think problem it’s focused in variable products with all variations with manual price. this is your case? I released a update to fix this bug.

    Can you show me your PHP error log? thank you.

    • This reply was modified 8 years, 2 months ago by Oscar Gare.
    • This reply was modified 8 years, 2 months ago by Oscar Gare.
    Thread Starter msabolik

    (@msabolik)

    Hi @oscargare,

    I switched back to 1.5.12 but it updated over night through Jetpack auto updates to 1.6.2. Now it says: WooCommerce Price Based on Country Database Update Required – We just need to update your install to the latest version

    Should I do that?

    It seems that the problem is with the variable products but we don’t have any manual price products or variations, they are all set to Calculate prices by exchange rate. The original currencies are in euro and we have only one zone for the local currency.

    Thread Starter msabolik

    (@msabolik)

    Here is the PHP error:

    PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 96 bytes)

    Plugin Author Oscar Gare

    (@oscargare)

    Add this line to your config.php:

    define( 'WP_MEMORY_LIMIT', '256M' );

    Thread Starter msabolik

    (@msabolik)

    I already have the memory limit defined to 256mb:

    PHP memory limit 256M
    PHP upload max filesize 20M
    PHP post max size 20M
    PHP max execution time 30
    PHP max input time 60

    I have this line in config.php:

    define( ‘WP_MEMORY_LIMIT’, ‘128M’ );
    define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );

    Plugin Author Oscar Gare

    (@oscargare)

    What file and line returns the error?
    I need the error stack to find out what may be happening.

    Thanks you.

    Thread Starter msabolik

    (@msabolik)

    Here PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 72 bytes) in /wp-includes/wp-db.php on line 2409

    Thread Starter msabolik

    (@msabolik)

    I get this random errors every time I try to add or save a new zone:

    20161006T112549: xmkd.com/wp-admin/admin.php
    PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 72 bytes) in /htdocs/xmkd/wp-includes/meta.php on line 841

    20161006T112619: xmkd.com/wp-admin/admin.php
    PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 81 bytes) in /htdocs/xmkd/wp-includes/wp-db.php on line 2409

    20161006T112654: xmkd.com/wp-admin/admin.php
    PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 64 bytes) in /htdocs/xmkd/wp-includes/meta.php on line 841

    20161006T112730: xmkd.com/wp-admin/admin.php
    PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 72 bytes) in /htdocs/xmkd/wp-includes/meta.php on line 838

    20161006T112812: xmkd.com/wp-admin/admin.php
    PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 72 bytes) in /htdocs/xmkd/wp-includes/wp-db.php on line 2409

    20161006T113030: xmkd.com/wp-admin/admin.php
    PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 64 bytes) in /htdocs/xmkd/wp-includes/wp-db.php on line 2409

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Prices not showing after latest update’ is closed to new replies.