Viewing 15 posts - 61 through 75 (of 116 total)
  • Author
    Posts
  • fabiomartelli Friend
    #300724

    yes we can!
    🙂

    TomC Moderator
    #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 Friend
    #300773

    lol 😀 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.


    1. Virtuemart_tabs.zip
    TomC Moderator
    #300783

    How can one keep the original product description content where it originally was, and put the tabs below the “add to cart” box?

    scotty Friend
    #301018

    Redo the flypage.php file. :pIt’s not difficult to do. Read down through it and you will see whats what.

    TomC Moderator
    #301140

    I’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 Moderator
    #301433

    Hey scotty . . . any updates to your testing or enhancements ???

    🙂

    TomC Moderator
    #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)
    – Tabs

    Everything 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 Moderator
    #302253

    Did we give up on this?

    :((

    cwy98345 Friend
    #302287

    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.

    scotty Friend
    #302328

    tcraw1010;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 Friend
    #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 Moderator
    #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 Friend
    #302955

    Yea back now. I’ll post this by the Sunday at the latest.

    TomC Moderator
    #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 !!!!

    😎

Viewing 15 posts - 61 through 75 (of 116 total)

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