Hi all,
I'm a newbie and am wits end trying get shipping to appear.  I'm trying to use Custom Logic - weight and qty are always the same (presently have no preference of either one).  Order form sayz:
<SELECT NAME="Ecom_ShipTo_Method">
<!--agorascript-pre 
 if ("$vform_Ecom_ShipTo_Method" ne "") {
   return '<OPTION value="$vform_Ecom_ShipTo_Method">' . 
	'$vform_Ecom_ShipTo_Method  </OPTION>' . 
	'<OPTION VALUE="USPSR">USPS Regular Mail';
  } else {
   return '<OPTION VALUE="USPSR" CHECKED>USPS Regular Mail';
  }
--></OPTION>
<OPTION VALUE="USPSE">USPS Express Mail</OPTION>
<OPTION VALUE="USPSP">USPS Priority Mail</OPTION>
</SELECT>
shipping logic sayz:
@sc_shipping_logic = ( "USPSR||1|1|5.00", 
                       "USPSR||2|2|6.00", 
                       "USPSR||3|3|7.00", 
...
                       "USPSE||15-20|15-20|47.70",
$shipping_price = &calculate_shipping($total_quantity);
I have tried both examples of ship by weight and quantity in hacks section.  BTW-sales tax resolves as expected, shipping does not. Any ideas towards amending the errors of my path?
TIA - rich
			
			
		
	

 
 

 
            
 
                  



 
	








