Welcome, Guest
Username: Password: Remember me
Use this Category for your support questions about Virtuemart Template - CleanMart (SKU# FLEX-00015)

TOPIC: Shiping Rate not shown on product details page

Shiping Rate not shown on product details page 9 years 1 month ago #12092

As the title says, I am not able to show the shipping rate on the product page.

What is to do?

Best regards
The administrator has disabled public write access.

Shiping Rate not shown on product details page 9 years 1 month ago #12129

hi,

Because it has been displaced from CleanMart while ago (after receiving dozens of questions of "how to remove" from our customers) -- you are the only one asking the opposite though.

Open the product details PHP file:
/templates/YOUR_TEMPLATE/html/com_virtuemart/productdetails/default.php
(default.php or flexv2.php depends on the layout you are currently using)

and include these PHP lines to where ever you want to display the shipping rates:
if (is_array($this->productDisplayShipments)) {
		    foreach ($this->productDisplayShipments as $productDisplayShipment) {
			echo $productDisplayShipment . '<br />';
		    }
		}
		if (is_array($this->productDisplayPayments)) {
		    foreach ($this->productDisplayPayments as $productDisplayPayment) {
			echo $productDisplayPayment . '<br />';
		    }
		}
Last Edit: 9 years 1 month ago by Support.
The administrator has disabled public write access.
Time to create page: 0.086 seconds

MaterialMart

for Virtuemart 3

Google's Material Design has finally arrived to Virtuemart

Virtumart Template - MaterialMart Virtumart Template - CleanMart Virtumart Template - CleanMart Virtumart Template - CleanMart

Fully responsive!

Buy Now   |   Live Demo