zzgl. Versandkosten ... extra text under the price

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)
GK User
Sun Aug 18, 2013 8:05 pm
Reply with quote
Report this post
Hi, in germany we must have an info about the shippingcosts near the product price.
i only want to display the text "zzgl. Versandkosten" under the price in the product view. and link it to an extra page where the pricing is listed.
any ideas how i can make this?

Thank you martin
User avatar
Fresh Boarder

GK User
Mon Aug 19, 2013 3:46 am
Reply with quote
Report this post
Image

Edit File: templates/gk_storebox/html/com_virtuemart/productdetails/default.php
Line: 235
Find Code:
Code: Select all
echo $this->currency->createPriceDiv ('unitPrice', $unitPriceDescription, $this->product->prices);

Replace with below code and change your link relative to your website.
Code: Select all
echo $this->currency->createPriceDiv ('unitPrice', $unitPriceDescription, $this->product->prices);
echo '<a href="mylink">zzgl. Versandkosten</a>';


So if my website url is http://www.mywebsite.com then link would become http://www.mywebsite.com/mylink

See you around...
User avatar
Platinum Boarder


cron