Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • Saguaros Moderator
    #998364

    Hi,

    Are you using the latest version of this template?

    You can try to put your site online and provide the login info so I will check for you.

    Regards

    supportows Friend
    #998519

    no, i will update to the latest version and if this not solve the problem, i will put the site online.

    Thank you.

    Saguaros Moderator
    #998542

    Let me know then.

    supportows Friend
    #999197

    ok, the site is online, you can see it:
    http://cannaioladimarta.it/elicyon/

    You can see errors in VM category menu item, for example:
    http://cannaioladimarta.it/elicyon/index.php/shop/2016-03-21-11-08-58/kitchen1
    http://cannaioladimarta.it/elicyon/index.php/shop/2016-03-21-11-08-58/bedroom1

    When i try to update the template with extension manager the component told me i have the latest version.
    I will send you the credential in P.M.

    thank you.

    supportows Friend
    #999200

    How can i send you a pm message?
    thank you!

    Saguaros Moderator
    #999280

    You can update the credentials in the first post: http://static.joomlart.com/images/blog/2015/nov/Add-new-post.gif

    Or simply put credentials in your reply and set it as PRIVATE reply so only moderators can see.

    supportows Friend
    #999466
    This reply has been marked as private.
    Saguaros Moderator
    #999570

    Could you also provide the FTP account?

    supportows Friend
    #999595
    This reply has been marked as private.
    Saguaros Moderator
    #999703

    It seems that the error due to the latest version of VM 3.0.18, I just updated the category override of JA Elicyon template: templates/ja_elicyon/html/com_virtuemart/category/default.php by replacing:

    $products = array();
    $products[0] = $this->products;
    echo shopFunctionsF::renderVmSubLayout($this->productsLayout,array('products'=>$products,'currency'=>$this->currency,'products_per_row'=>$this->perRow,'showRating'=>$this->showRating));

    with:

    if($this->fallback){
                $p = $this->products;
                $this->products = array();
                $this->products[0] = $p;
                vmdebug('Refallback');
            }
    echo shopFunctionsF::renderVmSubLayout($this->productsLayout,array('products'=>$this->products,'currency'=>$this->currency,'products_per_row'=>$this->perRow,'showRating'=>$this->showRating));

    and it’s working now.

    Regards

    supportows Friend
    #1000621

    thank you ver much!

    supportows Friend
    #1000622

    if you want you can change the post status to solved, thank you.

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

This topic contains 12 replies, has 2 voices, and was last updated by  supportows 7 years, 10 months ago.

The topic ‘Virtuemart Category problem after update’ is closed to new replies.