Quote Originally Posted by r1formetoo View Post
I updated the config as told here

http://wiki.rubikintegration.com/zen...les/ssu/config

I cleaned the ssu cache and visited the ssu manager as told here

http://wiki.rubikintegration.com/zen...es/ssu/upgrade

But it still isn't working because customers can't add anything to cart. What do you recommend next? Thanks.

Ian
Im not sure why, but this seems like an error in the template, you can see it here, for my demo cart the add to cart form looks like this
Code:
<form name="cart_quantity" action="http://demo.rubikintegration.com/ssu/sale-new-price/set-100-skip/test-120-special-25-sale-new-price-100-skip-specials?action=add_product" method="post" enctype="multipart/form-data">
For yours:
Code:
<form name="cart_quantity" action="http://mowerpartsupply.com/catalog/edger-blades-two-spoke-c-66_67_70/two-spoke-edger-blade-p-184" method="post" enctype="multipart/form-data">
You can see the ?action=add_product is missing. Turn off SSU, can you add to cart now?