-
AuthorPosts
-
theatrerat81 Friend
theatrerat81
- Join date:
- March 2013
- Posts:
- 20
- Downloads:
- 13
- Uploads:
- 12
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
December 2, 2014 at 6:00 am #203242Hi!
I’m trying to configure the Product override layout to be useful for promoting my eBooks, and I’m having a problem. I can get the added fields to show up on the backend, but they don’t show up on the front page. I have added the fields to the product.php page, and I have added data in the back end to be displayed. Any help you can offer would be greatly appreciated.
Also, I can’t replicate the layout displayed in the Uber Business demo on my own site. Is there a guide or anything in the documentation that I can use as reference?
Eragon H FriendEragon H
- Join date:
- July 2014
- Posts:
- 468
- Downloads:
- 1
- Uploads:
- 39
- Thanks:
- 5
- Thanked:
- 156 times in 149 posts
December 3, 2014 at 8:06 am #5575081. You haven’t edited in the file templateHelper.php. I added the value “pages” for you. You can continue with other values
Result >>
2. Can you clarify which layout you want to replicate by screenshot with description?
Hint: You can check by building a demo HERE , then compare the configuration, content to replicate. You should disable the editor because some content are written with HTML tags
-
1 user says Thank You to Eragon H for this useful post
theatrerat81 Friendtheatrerat81
- Join date:
- March 2013
- Posts:
- 20
- Downloads:
- 13
- Uploads:
- 12
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
December 3, 2014 at 10:54 am #557539Thank you for the help! I see now that updating templatehelper.php is referenced in the detailed documentation, but not in the basic Uber documentation.
As for which layout, I’d like to replicate the layout of the individual Template product pages under the Business template. For example – http://a9379fb971b2b756a2b041325faa0236.site.joomlart.com/index.php/template/digital/110-elastica
Also, how do I update the text in the button at the bottom of the Related Products module? I want to change it from “Browse Our Templates” to something more appropriate.
theatrerat81 Friendtheatrerat81
- Join date:
- March 2013
- Posts:
- 20
- Downloads:
- 13
- Uploads:
- 12
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
December 4, 2014 at 10:55 am #557552Hi Eragon,
Thanks again for the reply.
Just to clarify, I have tried building a demo site and comparing the configuration and content to replicate. I must be missing something, because this is how my product pages look:
Here is how I’d like the elements in question to look (the blacked out area below is the slideshow, which I do not wish to incorporate):
Also, it’s not the name of the Related Products Module I’d like to change, but rather the text in the button at the bottom of the module, displayed here:
How do I go about changing the text “Browse Our Themes >”?
- Eragon H Friend
Eragon H
- Join date:
- July 2014
- Posts:
- 468
- Downloads:
- 1
- Uploads:
- 39
- Thanks:
- 5
- Thanked:
- 156 times in 149 posts
December 5, 2014 at 4:50 am #5576361. So, kindly let me know which part of the demo that you want to you site appear to be the same
For the Live Demo and Purchase part
You need to edit the code in the file root/templates/uber/html/com_content/article/product.php to meet your customization
<?php if($live_demo || $download): ?>
<div class="product-cta">
<nav class="product-actions"><?php if($live_demo): ?>
<a href="<?php echo $live_demo; ?>" class="btn btn-lg btn-default">
<span>Live Demo</span> <i class="fa fa-eye"></i>
</a>
<?php endif; ?><?php if($download): ?>
<a href="<?php echo $download; ?>" class="btn btn-primary btn-lg">
<span>Purchase</span> <i><span class="edd_price"><?php echo $price; ?></span></i>
</a>
<?php endif; ?>
</nav>
</div>
<?php endif; ?>2. You can change the name in file root/templates/uber/html/mod_articles_category/swiper.php
Change “Browse Our Themes” at the last code line to anything you want-
1 user says Thank You to Eragon H for this useful post
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by Eragon H 9 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
Product override layout and adding Extra Fields
Viewing 5 posts - 1 through 5 (of 5 total)