Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • geert109 Friend
    #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.nl

    with kind regards Geert Koenen

    thangnn1510 Friend
    #389779

    Please 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--;
    }

    geert109 Friend
    #390155

    Oke, works perfect. Thank you.

    Any idea about the JA-Slideshow ?

    thangnn1510 Friend
    #390498

    Hi geert109!

    Did you fixed the slideshow yourself? I see it works well now. Could you give solution?

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  thangnn1510 13 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum