-
AuthorPosts
-
May 2, 2011 at 5:08 pm #163491
Hello,
I use Zeolite 2, Joomla 1.5.23 and Virtuemart 1.1.18
I updated Zeolite 1.1.2 to 1.1.3. Everything seemed ok, but later on I noticed that JA Slideshow only shows my first slide and that’s it. I have a total of 6 slides available. I cannot find what the problem is.Second thing: if I add multiple items to my shoppingcart there is not enough place in the VM Cart position to show everything. The button: ‘show cart’ disappears (behind other positions ?)
If there was only one line mentioning number products in cart en total amount that would not only be very helpfull, but also much nicer.Can anyone help me ?
My website: http://www.printsforyou.nlwith kind regards Geert Koenen
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
May 4, 2011 at 10:01 am #389779Please do the following to shorten the cart:
Go to administrator/components/com_virtuemart/html
open shop.basket_short.php
change this code
$html = str_replace("_"," ",$ps_product->getDescriptionWithTax( $_SESSION['cart'][$i]["description"], $_SESSION['cart'][$i]["product_id"] ))." ";
if ($product_parent_id) {
$db_detail=$ps_product->attribute_sql($cart[$i]["product_id"],$product_parent_id);
while ($db_detail->next_record()) {
$html .= $db_detail->f("attribute_value") . " ";
}
}
$minicart[$ci]['url'] = $url;
$minicart[$ci]['product_name'] = shopMakeHtmlSafe($ps_product->get_field($_SESSION['cart'][$i]["product_id"], "product_name"));
$minicart[$ci]['quantity'] = $cart[$i]["quantity"];
$minicart[$ci]['price'] = $CURRENCY_DISPLAY->getFullValue( $subtotal );
$minicart[$ci]['attributes'] = $html;
if(@$_SESSION['vmCartDirection']) {
$i++;
}
else {
$i--;
}
to:
// $html = str_replace("_"," ",$ps_product->getDescriptionWithTax( $_SESSION['cart'][$i]["description"], $_SESSION['cart'][$i]["product_id"] ))." ";
if ($product_parent_id) {
$db_detail=$ps_product->attribute_sql($cart[$i]["product_id"],$product_parent_id);
while ($db_detail->next_record()) {
// $html .= $db_detail->f("attribute_value") . " ";
}
}
//$minicart[$ci]['url'] = $url;
// $minicart[$ci]['product_name'] = shopMakeHtmlSafe($ps_product->get_field($_SESSION['cart'][$i]["product_id"], "product_name"));
//$minicart[$ci]['quantity'] = $cart[$i]["quantity"];
// $minicart[$ci]['price'] = $CURRENCY_DISPLAY->getFullValue( $subtotal );
// $minicart[$ci]['attributes'] = $html;
if(@$_SESSION['vmCartDirection']) {
$i++;
}
else {
$i--;
}May 6, 2011 at 6:51 pm #390155Oke, works perfect. Thank you.
Any idea about the JA-Slideshow ?
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
May 10, 2011 at 6:47 am #390498Hi geert109!
Did you fixed the slideshow yourself? I see it works well now. Could you give solution?
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by thangnn1510 13 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum