Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi,
I just upgrade my store, and your script. It is much easier to work with now.
GREAT JOB! :thumbsup:
There is only one thing I have been trying to do that I am so far unsuccessful at. That is moving my add to cart button right underneath the price or special price.
Every time I move the button I end up out of the tab completely.
Can you give me a hint at what I need to do to place it directly underneath the price?
Thanks
Rick
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
disciple
Hi,
I just upgrade my store, and your script. It is much easier to work with now.
GREAT JOB! :thumbsup:
There is only one thing I have been trying to do that I am so far unsuccessful at. That is moving my add to cart button right underneath the price or special price.
Every time I move the button I end up out of the tab completely.
Can you give me a hint at what I need to do to place it directly underneath the price?
Thanks
Rick
Depends what you are trying to do. Do you have the main image and price stuff ON the tabs? or is that stuff above the tabs?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Yes, the main image and price is on the the product description tab.
I have been trying to put it under or next to the price.
Thanks
Rick
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
disciple
Yes, the main image and price is on the the product description tab.
I have been trying to put it under or next to the price.
Thanks
Rick
Do you also have <!--*sub_AddToCart(1)*--> set? That would put the Add to cart button the first tab as well. Then you could perhaps use CSS to move it into place. Or you might need to do some code rearranging.
or you could put the add to cart and image and price above the tabs, then move the add to cart button in your tpl_product_display_info file to above the tabs. You will still need some coding and css changes tho.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I am not sure where to see if that is set.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
disciple
I am not sure where to see if that is set.
Well if you didn't set it then it wouldn't be set. What you are trying to do is a bit more difficult if I am understanding it correctly. Add to cart is not part of the prices and image. You might be better off keeping the main image and price above the tabs with the add to cart button there. But I need a better understanding of what you want.
Do you have a link to the site you are working on?
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi qhome,
I went ahead and took it off the tab and moved the position and adjusted my css and what I now have will work.
Thanks for the great contribution.
Rick
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
disciple
Hi qhome,
I went ahead and took it off the tab and moved the position and adjusted my css and what I now have will work.
Thanks for the great contribution.
Rick
That is the way I would recommend you do it as well. Tho you might be better off putting the product description inside the tabs still, and just keeping the image and price and add to cart button outside.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Yeah, I tried that before I saw your post and it looks much better.
Thanks again
Rick