-
AuthorPosts
-
fabiomartelli Friend
fabiomartelli
- Join date:
- October 2008
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 8 times in 4 posts
April 9, 2009 at 4:09 pm #300724yes we can!
🙂TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 9, 2009 at 4:17 pm #300726<em>@fabiomartelli 123594 wrote:</em><blockquote>yes we can!
:)</blockquote>
I am so hoping so . . . sadly, I am as far from a “coder” as one can get – I’m much better at “project management.” 😉Hopefully, with the help of skilled coders such as scotty and yourself, our combined initiative can SOON offer a very cool enhancement for the JA Community for their JA+VM sites.
🙂
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
April 10, 2009 at 2:27 am #300773lol 😀 I’m a novice coder! Complete novice. However… I have replicated the eshop tabs. These behave exactly as the eshop demo. With the kind help of Fabio I now know how to intigrate JA tabs into virtuemart but this version is the ‘lite’ version. I’ll post the JA Tabs version next week when I have it styled to Zeolite.
I have not tested this version extensivly! I have not tried it with things like Manufacturer link etc. I have not tested it in all browsers at different reolutions. So if anyone sees any problems please post them here.
The tabs can be easily styled in tabcontent.css and you can see a demo of the tabs here.
Instructions….
Step 1:Open /templates/ja_zeolite/index.php and between the <head> tags paste in the following code and save…
<link rel=”stylesheet” href=”<?php echo $tmpTools->baseurl(); ?>/components/com_virtuemart/themes/ja-zeolite/tabcontent.css” />
<script type=”text/javascript” src=”<?php echo $tmpTools->baseurl(); ?>/components/com_virtuemart/themes/ja-zeolite/tabcontent.js”></script>Step 2:Go to /components/com_virtuemart/themes/ja-zeolite/templates/product_details/ and rename flypage.tpl.php to old_flypage.tpl.php
Step 3:Download the attachment and unzip it to your MAIN joomla directory (ie your root folder or whatever folder you have your site in). When asked if you wish to overwrite click YES. The only file that is overwritten is the flypage (which we backed up in step 2).Please post here is you have any problems. JA Tabs version will be available next week sometime.
4 users say Thank You to scotty for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 10, 2009 at 7:06 am #300783How can one keep the original product description content where it originally was, and put the tabs below the “add to cart” box?
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
April 12, 2009 at 12:56 pm #301018Redo the flypage.php file. :pIt’s not difficult to do. Read down through it and you will see whats what.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 13, 2009 at 5:50 pm #301140I’m just wondering if there will be a conflict if I want to keep the original “Product Description” as content above versus having it assigned to one of the tabs as you have coded it. Might I be able to rename/assign the first tab to something where I add in custom content – say “Specifications” or something?
:confused:
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 15, 2009 at 5:19 pm #301433Hey scotty . . . any updates to your testing or enhancements ???
🙂
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 17, 2009 at 4:15 pm #301688<em>@scotty 123957 wrote:</em><blockquote>Redo the flypage.php file. :pIt’s not difficult to do. Read down through it and you will see whats what.</blockquote>
Scotty . . . I’ve been trying to configure my flypage so that I can keep the original Product Description content (exactly where it is by default), as well as the original “Add To Cart” box . . . and have the tabs underneath that – but every time I have tried, my resulting flypage display is all skewed.So, in essence, I am trying to get my flypage to display as follows:
ON LEFT
– Product Thumbnail – on left (exactly how it is by default)ON RIGHT
– Product Name (exactly how it is by default)
– Price (exactly how it is by default)
– Product Description (exactly how it is by default)
– Add To Cart Box (exactly how it is by default)
– TabsEverything will then be PERFECT (for me, anyway) 😉
Any chance you might be able to provide the code configuration for this – for people such as this humble non-programmer/coder?
:-[TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 22, 2009 at 9:32 pm #302253Did we give up on this?
:((
April 23, 2009 at 8:11 am #302287Hi, mighty scotty
Well Done, you did a good job !! Deeply appreciate for your kindness.
About the integration VM into JA-Tab is the very brilliant idea, it sort out all those elements in diff pages. That make all elements clear and easy to read.
==================================But can we had an idea about making another tab just for showing product picture,
normally one product will have 2~4 alternate display pics….However, the default VM product display only showing ONE… then the only choice is insert all pictures in the product description…thats quite messy when it displayed.
1.Can we sort out those pics under a new tab or any other available code to make this function..
2.we hack the VM product DB and then we can add in those pics when new product entry??Perhaps VM can improve on this product pics display function on the next update~~~
Wish can have your suggestion and advice.:laugh:
Thanks for your mighty again!! **** love this work, make my life easier!
By,
Kevin.C~~~New Edit~~
Beside this, about the recently view product, can we make product display pictures instead of showing the text-LINK?
and make those products picture like a slideshow , can horizontal display at bottom. I think thats will be better than just display the product link in text style.scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
April 23, 2009 at 3:32 pm #302328tcraw1010;125559Did we give up on this?
:((
No, we just don’t have enough hours in the day and have to prioritise! 😀
I will do it but may be a little while longer. Off to London tomorrow for a well earned break! 😎
myeco Friendmyeco
- Join date:
- April 2009
- Posts:
- 35
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
April 27, 2009 at 6:04 am #302641<em>@cwy98345 125606 wrote:</em><blockquote>Hi, mighty scotty
Well Done, you did a good job !! Deeply appreciate for your kindness.
About the integration VM into JA-Tab is the very brilliant idea, it sort out all those elements in diff pages. That make all elements clear and easy to read.
==================================But can we had an idea about making another tab just for showing product picture,
normally one product will have 2~4 alternate display pics….However, the default VM product display only showing ONE… then the only choice is insert all pictures in the product description…thats quite messy when it displayed.
1.Can we sort out those pics under a new tab or any other available code to make this function..
2.we hack the VM product DB and then we can add in those pics when new product entry??Perhaps VM can improve on this product pics display function on the next update~~~
Wish can have your suggestion and advice.:laugh:
Thanks for your mighty again!! **** love this work, make my life easier!
By,
Kevin.C~~~New Edit~~
Beside this, about the recently view product, can we make product display pictures instead of showing the text-LINK?
and make those products picture like a slideshow , can horizontal display at bottom. I think thats will be better than just display the product link in text style.</blockquote>Did Scotty notice this post??, Have any update on this ? Thanks for reply
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 27, 2009 at 4:08 pm #302687<em>@scotty 125659 wrote:</em><blockquote>
I will do it but may be a little while longer. Off to London tomorrow for a well earned break! :cool:</blockquote>
Back Yet ??? 🙂scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
April 29, 2009 at 9:36 pm #302955Yea back now. I’ll post this by the Sunday at the latest.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 30, 2009 at 11:27 pm #303081<em>@scotty 126490 wrote:</em><blockquote>Yea back now. I’ll post this by the Sunday at the latest.</blockquote>
But Daddy . . . I want an Oompa Loompa NOW !!!!😎
-
AuthorPosts
This topic contains 116 replies, has 10 voices, and was last updated by sandstorm871 15 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum