HOw to hide shipping prices from product details

Fashion and clothing responsive Joomla ecommerce template with full VirtueMart support and advanced store features.
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
Thu Oct 23, 2014 10:25 am
Reply with quote
Report this post
Hi,

when possible customers are not logged in to the ship they see the most expensive shipping method. This is not good! For example when viewer comes from Finland they should see (if any) the Finnish shipping prices. Now they see the Outside Europe price in the product details. This is not a good idea. How can we hide the shipping price from the product details? Best would be ofcause to show the options here.

I believe it is this field that is bringing the shipping data to the products:
<div class="spacer-buy-area">

Here URL:
http://shop.lindatoye.fi/shop/bracelets ... ate-detail

How to hide the text:
"With shipment Post outside Europe for € 12,00"

- Anne
User avatar
Junior Boarder

GK User
Thu Oct 23, 2014 10:31 am
Reply with quote
Report this post
Is it just enough to erase this code:

if (is_array($this->productDisplayShipments)) {
foreach ($this->productDisplayShipments as $productDisplayShipment) {
echo $productDisplayShipment . '<br />';
}

This in: template/html/com_virtuemart/productdetails/default.php

-Anne
User avatar
Junior Boarder

GK User
Thu Oct 23, 2014 10:44 am
Reply with quote
Report this post
Hi,

there seems to be a problem also where the shipping price is showing in the shopping-cart. The price is on the WRONG LINE:

http://shop.lindatoye.fi/cart2

Image

(you will see this when you register with FInnish user details)

The first line has no price shown when there should be 5€ and the second line is a collection from the workshop and should have NO PRICE, but on front of that there reads 5€.

How to fix this issue?

- Anne
User avatar
Junior Boarder

teitbite
Sat Oct 25, 2014 9:23 am
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.vmshipment,
.vmshipment {
    display: block;
    clear: both;
}

.vmpayment_description,
.vmshipment_description {
    display: inherit;
}
User avatar
Moderator

GK User
Mon Oct 27, 2014 9:07 am
Reply with quote
Report this post
Hi,

thank you, that hide the shipment price from the product page. How do I fix the other issue that is in the shopping cart -page, where the price for the shipment is on the wrong LINE.

Image

Price for the first shipping method is on the second line, so the whole shipping methods are not clear!

How to fix this?

- Anne
User avatar
Junior Boarder

teitbite
Tue Oct 28, 2014 4:18 pm
Reply with quote
Report this post
Hi

What do I need to do to see this other prices ? I've registered as an user form Finland, but there is only "Collect from workroom" on the list.
User avatar
Moderator


cron