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

TOPIC: Problems with product view

Problems with product view 9 years 3 months ago #11944

I was trying for hours now, but can´t solve this problem:

1. I can´t fix ....the product description appearing beside the product picture


2. also in category view it was not possible for me to customize the template in a way so that all category picture frames have same size ?

i have more the 2000 products ....and hundreds of categories .......i can´t change all these pictures to same size??
So is there any possibility to adjust the category frames all same size ??
Maybe you can help me somehow ??

3. if i have an empty category ...a text appears "Search in shop" no result ??.....how can i remove this ???

regards

René

Environment: joomla 3.3.6 / Virtuemart 3.0.4 / Rockettheme Template Quantive
Attachments:
Last Edit: 9 years 3 months ago by Rene Steinbach.
The topic has been locked.

Problems with product view 9 years 3 months ago #11980

Hi,

1- I need to see your website. Provide me a URL of one of your product page.

2- Ideally, all category pictures should have same aspect ratio. But you can limit the height of category thumbnail with max-height rule. It is not the ideal, but it might work. Provide me a URL of one of your category pages and let me suggest you a CSS max-height rule

3- This is our Template's fault. It will be fixed in the next release, for now; follow this method to fix it:
Open this PHP file:
/templates/YOUR_TEMPLATE/html/com_virtuemart/category/default.php (or flexv2.php depends on what layout you are using)

scroll to the bottom and find these lines:
<?php
} elseif ($this->search !== NULL) {
	echo "<h2 class='FlexibleCategiryTitle floatleft width60'>".JText::_('COM_VIRTUEMART_SEARCH')."</h2><br/><br/>".JText::_ ('COM_VIRTUEMART_NO_RESULT') . ($this->keyword ? ' : <strong>' . $this->keyword . '</strong>' : '')."<br/><br/>";
}
?>


replace them with these:
<?php
} elseif (!empty($this->search)) {
	echo "<h2 class='FlexibleCategiryTitle floatleft width60'>".JText::_('COM_VIRTUEMART_SEARCH')."</h2><br/><br/>".JText::_ ('COM_VIRTUEMART_NO_RESULT') . ($this->keyword ? ' : <strong>' . $this->keyword . '</strong>' : '')."<br/><br/>";
} else {
	/*
	# Text to show in case the category is empty. 
	# for language translation -- create language INI rule, like this: COM_VIRTUEMART_EMPTY_CATEGORY="No product to display"
	*/
 
	// Language Translation  (uncomment the below line)
	// echo '<h5 style="margin: 50px 0;text-align: center;">'.JText::_('COM_VIRTUEMART_EMPTY_CATEGORY') .'</h5>'; 
 
	// Static Text (uncomment the below line)
	echo '<h5 style="margin: 50px 0;text-align: center;">No product to display</h5>';
}
?>

Look at the last line, where it says: "No product to display" and change (translate) that text to what ever you want.

Regards.
The topic has been locked.

Problems with product view 9 years 3 months ago #11983

Last Edit: 9 years 3 months ago by Rene Steinbach.
The topic has been locked.

Problems with product view 9 years 3 months ago #11989

Hi,

CleanMart v3.1 was supposed to fix only the 3rd problem. Your 1st and 2nd problems are NOT caused directly by CleanMart, thus they can't be fixed via CleanMart update. You need some custom coding touches. Normally; we don't provide free support or step-by-step instructions if the problem is not directly related to our template, but your cases are easy to handle, so here they are.

Open this CSS file:
/test-vienna-violin/templates/rt_quantive/css/joomla.css (or any CSS file that is being loaded to your website)

scroll to the bottom and include these rules:
div.FWcategorybox {display: table;height:200px;width:95%;}
div.FWcategorybox a#FWcategorynameImage { vertical-align:middle;display: table-cell;}
div.FWcategorybox a#FWcategorynamelink { position:absolute;bottom:0;left:0;right:0;}
 
#FlexibleProductDetailsPage .floatleft, 
#FlexibleProductDetailsPage .floatright {margin:0;}

The results:

Category page:

Attachment ScreenShot2015-02-15at2.50.15AM.png not found




Product page:

Attachment ScreenShot2015-02-15at2.42.21AM.png not found



As i am seeing in your website, the problem#3 has already been resolved.

If you like CleanMart and satisfied with the support you have received, please "write a review" on:
www.flexiblewebdesign.com/Virtuemart-2-Templates/CleanMart

Write couple of sentences to share your experience with the support team.
Just 2-3 sentences would be enough ;) It might sound simple to you, but it is extremely important. Potential customers care about product reviews very much.

Thanks in advance!

Regards,
Support
Last Edit: 9 years 3 months ago by Support.
The topic has been locked.

Problems with product view 9 years 3 months ago #11992

You made my day! :-)

Thank You so much !!
The topic has been locked.

Problems with product view 9 years 3 months ago #11994

Sure, your welcome. I am glad every tthing works our just fine.

case solved. Topic is closed.

If you like CleanMart and satisfied with the support you have received, please "write a review" on:
www.flexiblewebdesign.com/Virtuemart-2-Templates/CleanMart

Write couple of sentences to share your experience with the support team.
Just 2-3 sentences would be enough ;) It might sound simple to you, but it is extremely important. Potential customers care about product reviews very much.

Thanks in advance!

Regards,
Support
The topic has been locked.
Time to create page: 0.151 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