Does anyone know if this mod works on the Product Type Book for product types?
Thanks, Kim
Printable View
Does anyone know if this mod works on the Product Type Book for product types?
Thanks, Kim
I'm still trying to get this to work. I think that I'm on the right track. I'm just not sure on how to go about doing this. I think I need to add a class after ".TEXT_PRODUCT_OUR.". Every time I try doing this, my product page is blank.
Here is the area of includes/functions/functions_prices.php file that I'm changing.
Does any one know how to add a separate class within another class. Or would I end that class and start a new one?PHP Code:
$save=$display_msrp_price-$display_normal_price;
$final_display_price = '<span class="smalltext1"><s>'.TEXT_PRODUCT_MSRP.$currencies->display_price($display_msrp_price, zen_get_tax_rate($product_check->fields['products_tax_class_id'])).'</s></span><br><span class="save">'.TEXT_PRODUCT_SAVE .$currencies->display_price($save, '').' ('. number_format((($display_msrp_price - $display_normal_price) / $display_msrp_price), 2, '.', '') * 100 . '%)'.'</span><br><span class="norm">'.TEXT_PRODUCT_OUR.$show_normal_price . $show_special_price . $show_sale_price . $show_sale_discount.'</span>';
Im using this module with local tax (Australian GST) and it seems that when i add a product which is taxable and enter a RRP price it does not add tax to this anyone have a fix?
Thanks
Ok i finally worked out my problem but not sure of how to fix it.
I currently use the tax class for all products which in Australia is 10%. Now when i add a product i select the tax class add a MSRP price in my case the RRP is: $99 (inc GST) the Product Gross (inc TAX) price is: $67.00 and the NET price (ex TAX) is $60.9091.
When the above information is used the saving is worked out as follows:
RRP: $99.00
Save: $38.09 (38%)
Our Price: $67.00
These figures are wrong. The saving that has been calculated here seems to be RRP price ($99) minus NET price (ex TAX) which is $60.9091 which gives the above figure. So it seems to me that the module is using the NET price to work out the saving.
The correct way to display the saving would be RRP price ($99.00) minus GROSS price (inc TAX) which should read:
RRP: $99.00
Save: $32.00 (32%)
Our Price: $67.00
Anyone know how i can make it use the GROSS amount instead?
how do you remove the msrp from an item?? i have an item which i added the MRSP to and then added atributes to. came to remove the mrsp a month later ie when to admin porduct and deleted and preview and save but the msrp still remains.... how do i get rid??
i have tried even changing the price on the msrp in the admin to a high price and still it remain at the old price.
tried with and without priced by atribution option on and off
also tried deleting all the atribues etc and still no joy!! cant seem to be abkle to update the msrp
just been and tried to change an item MSRP and i am unable to change the price!!
Has anybody installed this on the latest version Zen Cart 1.3.9h ? Any information would be appreciated. Thanks.