Tagged: VirtueMart Page
-
AuthorPosts
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 20, 2018 at 8:26 am #1092680Hi,
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
February 20, 2018 at 1:34 pm #1092725Hello, 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!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 21, 2018 at 8:35 am #1092904Kindly share the credentials of your site: URL, Admin + FTP account, I will check for you.
February 21, 2018 at 12:13 pm #1092993Hello Saguarus,
I’m sending the crdentials
- This reply was modified 6 years, 9 months ago by lampreialopes.
February 21, 2018 at 12:13 pm #1092994This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 22, 2018 at 2:34 pm #1093282This reply has been marked as private.February 22, 2018 at 3:01 pm #1093295This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 23, 2018 at 9:22 am #1093449Somehow, it still doesn’t work: http://prntscr.com/iine7l
I tried with FileZilla client.
February 23, 2018 at 10:19 am #1093482This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 26, 2018 at 3:06 pm #1093978Thanks for the info, let me check and will get back to you.
1 user says Thank You to Saguaros for this useful post
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 28, 2018 at 9:30 am #1094405Hi,
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?
February 28, 2018 at 2:38 pm #1094454This reply has been marked as private.AuthorPostsViewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 2 voices, and was last updated by lampreialopes 6 years, 8 months ago.
The topic ‘Can't build Store Page in JA Charity’ is closed to new replies.