Before you ask please READ THIS

No show quantity in products

edited December 2014 in Fame Posts: 9
hello,

I added a shop to my template, but no show quantity in products

I've gone crazy looking for the solution, could help me?

Listing example:

http://www.dansvogue.com/shop/postales/producto-demo-6/

thank you very much

Comments

  • AirAir
    Posts: 10,970
    Hello

    Have you tried updating theme? Cause you use very old version of it, and some things have changed in woocommerce since first release of Fame theme :-)

    Follow http://apollo13.eu/docs/fame/#!/installation_update_update_theme

    Hope this helps.

    With kind regards.
  • hello,

    I'm desperate, because I can not fix it.
    I have tried everything and saw no issue of the template.
    I've tried with another template and also shows the amount
    - I updated the template and nothing
    - I tried several versions of WooCommerce and nothing

    No shows the amount on the product page and also in the cart. (http://www.dansvogue.com/carro/)

    But I have seen that if the amount shown in http://www.dansvogue.com/finalizar-comprar/

    Could tell me how to add the code that works on page "buy" for the other two pages? It is not the fault of the staff, but not will open the shop to fix this :(
  • AirAir
    Posts: 10,970
    elnoepro said: - I updated the template and nothing
    I see you are still using version 1.0.1 and current version is 1.5.0.
    At least this is what I see in source of your code.

    So if you really updated, then there is an issue with cache.
    Maybe you use some cache plugins? If yes, then you will have to clear its cache to see changes.

    With regards.
  • I tried to upgrade to the latest version of the theme, but when activated bakckend I went out the front and white.

    Also, are retouched css, so I'm afraid to update.

    I have a cache plugin, but for all the tests I've turned off and cleaned cache.
  • but, the problem is even rarer, as also happens with other templates.

    So had thought tweak the php, to show the amount in the product
  • AirAir
    Posts: 10,970
    Hello

    As far as I remember this change was in many files including CSS. So i just can't give you answer what to copy, cause it was long ago.

    About your page going white after update - For sure you have some PHP error. Please enable debug mode as described here http://www.wprecipes.com/how-to-easily-enabledisable-debug-mode-in-wordpress or here http://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG

    And you should move your changes in CSS to custom CSS filed or use child theme to be safe with updates http://apollo13.eu/docs/fame/#!/modification_of_theme


    BUT!

    I can see that one of your plugins( crm-last-post-widget ) is using such CSS

    .text {
    visibility: hidden;
    }
    which makes whole problem that this field is not visible. Either overwrite this style for this input or fix your plugin

    With regards.
  • Exactly! this was the cause :)

    I disabled and plugin now works perfect :)

    Thank you so much !!

    You have great service! :)
  • AirAir
    Posts: 10,970
    I am glad we have sorted this out:-)
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!