It would still be more beneficial for me to help if you would post a VIEW SOURCE capture from your browser.Quote:
Originally Posted by Woodymon
Printable View
It would still be more beneficial for me to help if you would post a VIEW SOURCE capture from your browser.Quote:
Originally Posted by Woodymon
Is it possible to move price, attributes and add to cart button, to one tab?
This is what i want
Above tab i have product name, picture and description. First tab has custom extra description, second one has extra photos(custom) and last one, would have prices and add to cart.
Thank you and a big pad on the back for this addon.
Hi
Sorry if this has been asked before, i was getting dizzy reading every post in the thread.
I put the lines of code:
<!--#CustomersAlsoPurchased#-->
and
<!--#AdditionalImages#-->
Into my product description as it said to do. But no tabs are showing up. I guess this is supposed to add the modules of these under the tab right? Sorry, I am real new, trying to figure all this out. I have a tab before and after these in product description set up and they show fine, they are normal tabs. Does anyone know why these 2 tabs aren't showing?
Here is the product page:
http://www.3dfrog.com/store/index.ph...roducts_id=180
I don't know how to code, I am just using the most basic settings for this. I think it is a really cool add on and would like to use it if possible. If I can get those two tabs to work I will be satisfied.
Thanks
Dennis
If you have the last version (3.11) by setting the $bGblAddToCart = true; should put your attributes, qty. discount box, and add to cart to your descriptiong tab.Quote:
Is it possible to move price, attributes and add to cart button, to one tab?
Hey 3dfrog, if you have v3.11 you don't have to insert any of those codes anymore into your item description. Just set the globals on your tpl file:Quote:
If I can get those two tabs to work I will be satisfied.
Code:$bGblMainImageOnTabs = false;
$bGblAddToCart = true;
$bGblAdditionalImages = true;
$bGblCustomersAlsoPurchased = true;
i have tabbed products 3.2afinal tabbed products and the latest zencart edition installed. Should I revert my tabbed products?
That is almost possible, but not entirely for some logical reasons (in my own mind anyway).Quote:
Originally Posted by teva
When creating this, I wanted to make a somewhat intelligent assumption that you would always want the main product description and add to cart/pricing information visible at all times, no matter what the tab setup was.
So I force a few things:
1. If using custom tabs with AddToCart not set as a tab, the custom tabs would always come first in the tab order, followed by the extras like additional images and customers also purchased. The Add to cart button would stay in it's default zencart place down at the bottom.
2. If using custom tabs and the AddToCart is set to be on tabs, then I force the add to cart to be on the very first custom tab so that both the description and add to cart are still always visible.
3. If NOT using custom tabs but AddToCart is set to be on tabs, then I force the Add to Cart to create its own tab. And I force that to be the first tab. So once again you still see the Product description up top, and the add to cart button on the default (first) tab.
So based on those settings, there is no way to have Product Description up top, and have another "extra" custom tab after the Add to Cart tab.
The best you could do would be to have the Name, Image, and Product description up top above the tabs, and have the extra tab content as well as the add to cart stuff on the first tab. You could also move the price onto this tab above the add to cart button if you wanted.
If you need help with that, let me know. I hope I explained it well enough.
Quote:
Originally Posted by 3dfrog
No you can do it with 3.2a as well. But the tags in the description should also work. I had a look at your site, and Im looking into it.
Question, does that product actually have additional images and customer also purchased products already? like before you used the tab file? Because if there are no images then it will not show them even if you set it to use tabs.
Also I recommend editing the template file and removing the <br /> from the $gbl_proddesc_tab_name so all tabs are on the same line and not word wrapped
thanks
It looks like all the globals are set to trues in the code
//############ GLOBALS ##############
$bGblProdDescTab = true; // Forces the Product Description to globally be in a tab
$bGblMainImageOnTabs = false; // adds Main image to tabs only if you have at least one custom tab
$bGblAddToCart = true; // adds Add to Cart, Attribute Options, and Qty Discount to a tab
$bGblAdditionalImages = true; // adds Additional Images on its own tab
$bGblCustomersAlsoPurchased = true; // adds Customers Also Purchased as its own tab
Oops sorry again
I dont have another product test in there yet, i'll put one and test the customers also purchased tab.
Dumb question. Where is the additional images panel in admin. I cant find it anywhere. That was my next question. I thought the panel would just show blank.
Ok, the customers also purchased tab is showing now. sorry about that. There is no space between also and purchased on the tab though. I have to figure out additional images but i guess this isnt the right thread for that. Thanks so much for helping out a new guy! I am figuring it all out but it is fun.