This is my configuration of shipping zone.
http://tempra.org/uploads/weight.png
And there is my product settings. (Some words are translated to my Polish language, I wrote what those words mean on image).
http://tempra.org/uploads/product.png
All seems to be set ok, but I don't know why shipping cost aren't added.
BTW I found little bug.
In Invoices section in user panel, click on view or download PDF.
Error:
Code:
Warning: fopen(./microcart/pdf/fonts/php_Helvetica.afm) [function.fopen]: failed to open stream: Permission denied in [path]/microcart/pdf/class.pdf.php on line 1419
class.pdf.php in 149 line
Before
Code:
$fp = fopen($dir.'php_'.$name.'.afm','w');
After modyfication
Code:
$fp = fopen($dir.$name.'.afm','w');
I made fresh install, setup all and nothing changed.