News Show pro 1.2 always baseprice

Support forum dedicated to free and advanced Joomla content presentation module with various layout options and data sources support.
GK User
Mon Jul 01, 2013 10:09 am
Hi there

I try to config News Show Pro at our website http://www.aqula.ch

I have a problem that always the baseprice is shown and not the salesprice. The discount is also not displayed

Joomla, News Show Pro and vm newest versions.

pls help. thanks!

regards


Urs
User avatar
Fresh Boarder

GK User
Tue Jul 02, 2013 6:01 am
I need help pls!
User avatar
Fresh Boarder

GK User
Wed Jul 03, 2013 5:42 am
What i have to do to get an answer here?

regards


Urs
User avatar
Fresh Boarder

GK User
Sat Jul 06, 2013 7:08 am
No support at all???
User avatar
Fresh Boarder

GK User
Wed Jul 10, 2013 6:39 am
really bad support!
User avatar
Fresh Boarder

GK User
Sat Jul 13, 2013 6:30 am
:oops: :oops: :oops:
waiting since 10 days for support!
User avatar
Fresh Boarder

GK User
Sat Jul 13, 2013 9:07 am
Sorry for the delay, Somehow Your post have been missed.
Ill contact more advanced member to help You.

Once again, sorry for delay.
User avatar
Moderator

GK User
Sat Jul 13, 2013 12:35 pm
Ok, I have the answer.
There is setting in NSP module that makes that possible, but still it can be done.
Please edit the file:
/modules/mod_news_pro_gk5/portal_modes/product_gallery/controller.php
and around line number 151 find:
Code: Select all
$news_price.= $currency->createPriceDiv('basePriceWithTax','',$product->prices);

Now this line shows price based on base proce with tax added.
To change to sales price, You need to change this line to:
Code: Select all
$news_price.= $currency->createPriceDiv('salesPrice','',$product->prices);


If You would like to use any other prices, here are the possibilities:
- basePrice
- basePriceVariant
- variantModification
- priceWithoutTax
- discountedPriceWithoutTax
- salesPriceWithDiscount
- discountAmount
- taxAmount

The tax amount should show correctly when You will change this, just check VM settings:
Tax / Vat Rules are defined in VM > Taxes and Calculation Rules.
Tax / Vat Rules are applied to products in VM > Products > Products.

Ps - we haven't answer You for so long, because replaying to your own post hided it from our administrative tools and we didnt see it.
So next time, if there is no answer for more than one day - wait a little bit longer, as first free support member will contact You as soon as it is possible.
User avatar
Moderator

GK User
Wed Jul 31, 2013 8:56 pm
Cyberek wrote:Ok, I have the answer.
There is setting in NSP module that makes that possible, but still it can be done.
Please edit the file:
/modules/mod_news_pro_gk5/portal_modes/product_gallery/controller.php
and around line number 151 find:
Code: Select all
$news_price.= $currency->createPriceDiv('basePriceWithTax','',$product->prices);

Now this line shows price based on base proce with tax added.
To change to sales price, You need to change this line to:
Code: Select all
$news_price.= $currency->createPriceDiv('salesPrice','',$product->prices);


If You would like to use any other prices, here are the possibilities:
- basePrice
- basePriceVariant
- variantModification
- priceWithoutTax
- discountedPriceWithoutTax
- salesPriceWithDiscount
- discountAmount
- taxAmount

The tax amount should show correctly when You will change this, just check VM settings:
Tax / Vat Rules are defined in VM > Taxes and Calculation Rules.
Tax / Vat Rules are applied to products in VM > Products > Products.

Ps - we haven't answer You for so long, because replaying to your own post hided it from our administrative tools and we didnt see it.
So next time, if there is no answer for more than one day - wait a little bit longer, as first free support member will contact You as soon as it is possible.



why this can not be set in the module? (mod_news_pro_gk4)
User avatar
Fresh Boarder

GK User
Wed Jul 31, 2013 9:07 pm
Dear Gavick.com!

I have the following problems:

1) In your program the price is displayed like this:

Price:
VAT: 270,00 HUF
Selling price: 1270,00 HUF

But I would like to display like this:

Selling price: 1270,00 HUF

2) When I set any discount on a price it is displayed like this:

Price:
Amount of discount: 200,00 HUF
Amount of VAT: 486,00 HUF
Selling price: 2286,00 HUF

But I would like to display it on this way:

Selling price: 1270,00 HUF
Discount price: 1000,00 HUF
Your savings: 270,00 HUF

I tried to modify but I cannot make this modification in Virtuemart.

3) My third problem is the decimal point. I would like to display the price without any decimals, but I cannot set it.

I installed the following programs:
Joomla 2.5.13, Virtuemart 2.0.22,, it was updated to 2.0.22a, than a Bikestore template, finally I set the language to Hungarian.

The address of website is http://www.kekmenta.hu
If you need a login and password please let me know.


Thanks&regards
User avatar
Fresh Boarder

GK User
Thu Aug 01, 2013 5:10 pm
Ill create a separate topic from this, but what is most important - would You like to change those prices in any of our modules (NSP, ISP, other) - or on virtuemart single item / category list pages?
User avatar
Moderator

GK User
Thu Aug 01, 2013 9:53 pm
I'm opening a new topic tomorrow, thank you
User avatar
Fresh Boarder

GK User
Fri Aug 02, 2013 9:27 am
Ok then. with new topic, please be as much specific as You can - it will shorten things out ;)
User avatar
Moderator


cron