NSPGK5 and VM2

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
teitbite
Mon Apr 14, 2014 8:46 pm
Reply with quote
Report this post
Hi

Last message I have from You is from 9th April and is leading to a page from screen which is not our template. It's not even joomla.
User avatar
Moderator

teitbite
Wed Apr 23, 2014 8:11 pm
Reply with quote
Report this post
Hi

I do not know what is goin on ;/ I see Your message with reminder but the newest after that is with a link of http://www.agrokleding.nl/ which is not the site we are talking about. I also remember posting that I hav recived this link and the site is wrong. I'm sure I've repiled because I still have a screen of Your site in my desktop. I'm not even gonna mention that this thread is not in moderator tool. This is the first time I see such a problem with communication via forum. Please contact me via Skype, becuase something is not right. My skype login is "teitbite"
User avatar
Moderator

teitbite
Mon Apr 28, 2014 8:26 pm
Reply with quote
Report this post
Hi

In /modules/mod_news_pro_gk5/portal_modes/product_gallery/controller.php in line 155 I've added:

Code: Select all
   $taxAmount = str_replace('inc. tax:','BTW',$taxAmount);


and this code to override.css

Code: Select all
.product-price div.PricesalesPrice,
.product-price div.PricepriceWithoutTax {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    font-size: 28px;
    padding: 12px 0 16px;
}

.product-price div.PricesalesPrice span,
.product-price div.PricepriceWithoutTax span {
    color: #FF7E57;
    margin-left: 10px;
    font-weight: 600;
}
User avatar
Moderator

teitbite
Tue Apr 29, 2014 9:44 am
Reply with quote
Report this post
Hi

Some follow up from skype conversation:

- set the first line with price to smaller font by adding this to /css/override.css:

Code: Select all
.product-price div.PricesalesPrice {
    font-size: 20px;
}


- replacing "inc. tax:" to "BTW" in virtuemart category layout in /html/com_virtuemart/category/default.php line 196:

Code: Select all
                     echo $this->currency->createPriceDiv('taxAmount','BTW ', $product->prices);
User avatar
Moderator

teitbite
Tue Apr 29, 2014 9:44 am
Reply with quote
Report this post
Hi

Some follow up from skype conversation:

- set the first line with price to smaller font by adding this to /css/override.css:

Code: Select all
.product-price div.PricesalesPrice {
    font-size: 20px;
}


- replacing "inc. tax:" to "BTW" in virtuemart category layout in /html/com_virtuemart/category/default.php line 196:

Code: Select all
                     echo $this->currency->createPriceDiv('taxAmount','BTW ', $product->prices);
User avatar
Moderator


cron