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

    Hi,

    In JA Charity template, there are different layouts used for different pages, by default, the Homepage will use ‘home-1’ layout which doesn’t include the ‘component’ block so you don’t see anything in the main content. You can check out this tips for how to solve this: http://www.t3-framework.org/documentation/bs3-faqs#layout-config

    Regards

    lampreialopes Friend
    #1092725

    Hello, and thanks for your response. I’ve duplicated de JA Charity Style and created a copy with default layout configuration. Now I have a category VM page but no products are displayed despite of the VM indicates that there are 3 products in this category…

    Maybe I have to copy some file on the html folder to some other folder on VM component I dont know…

    Can you help me again? Thanks!


    1. forum-support-2
    Saguaros Moderator
    #1092904

    Kindly share the credentials of your site: URL, Admin + FTP account, I will check for you.

    lampreialopes Friend
    #1092993

    Hello Saguarus,

    I’m sending the crdentials

    • This reply was modified 6 years, 2 months ago by  lampreialopes.
    lampreialopes Friend
    #1092994
    This reply has been marked as private.
    Saguaros Moderator
    #1093282
    This reply has been marked as private.
    lampreialopes Friend
    #1093295
    This reply has been marked as private.
    Saguaros Moderator
    #1093449

    Somehow, it still doesn’t work: http://prntscr.com/iine7l

    I tried with FileZilla client.

    lampreialopes Friend
    #1093482
    This reply has been marked as private.
    Saguaros Moderator
    #1093978

    Thanks for the info, let me check and will get back to you.

    Saguaros Moderator
    #1094405

    Hi,

    I updated this section:

        <?php
    
        //if (!empty($this->products)) {
        //$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));
        if (!empty($this->products)) {
            //revert of the fallback in the view.html.php, will be removed vm3.2
            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));
        ?>

    in the file: /templates/ja_charity/html/com_virtuemart/category/default.php

    And the products are showing now, could you take a look?

    lampreialopes Friend
    #1094454
    This reply has been marked as private.
Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 12 replies, has 2 voices, and was last updated by  lampreialopes 6 years, 1 month ago.

The topic ‘Can't build Store Page in JA Charity’ is closed to new replies.