2

I am setting up Woocommerce, but when I click to go to my cart page, it shows...

Cart [woocommerce_cart] Edit

I've researched this but found nothing. I can confirm that I've had no other ecommerce plugin installed.

My theme is a Toolbox child theme. If I switch to the TwentyTwelve theme then the cart displays fine. What could be the problem??

Thanks in advance.

ban-geoengineering
  • 18,324
  • 27
  • 171
  • 253
  • Also, I'm using WP v3.5.1, woocommerce v1.6.6 and my child theme is based on Toolbox v1.4. – ban-geoengineering Feb 21 '13 at 01:31
  • Is it just the cart page that isn't working or all the shop pages as well? – Supportie Feb 21 '13 at 03:16
  • The shop page is working fine. I think it could be a general shortcode problem because I have just created a very simple shortcode and the behaviour for this is exactly the same - my page just displays [foobar] for this also. It would seem that the Toolbox theme does not allow shortcodes!... What a great parent theme I chose! :( – ban-geoengineering Feb 21 '13 at 18:06
  • I have checked this by disabling every single plugin (inc. WooCommerce) and still my foobar shortcode doesn't work. I think i will start another question for this... – ban-geoengineering Feb 21 '13 at 18:15
  • Solution found!... http://stackoverflow.com/questions/9820190/enable-shortcodes-in-a-wordpress-theme :) :) :) – ban-geoengineering Feb 21 '13 at 18:39

1 Answers1

0

This is commonly done by people who forget to switch to the HTML editor view. There are 2 modes, Visual and HTML. All shortcodes must be put in the HTML editor.

StackExchange User
  • 1,222
  • 14
  • 35