Re: Making tabs for some products and not others
Ok thanks
I have another thread on this and eventually found 1 of my problems with global editing..here it is too
I got local help from someone else .For anyone else who wonders why the global editing doesn't work there are "quotes missing" at the end of each sentence on the middle coding with the instructions
see here
includes/ modules
Quote:
// Pre-load Warranty
$fmtShipEst = "\n" . '<div style="width:100%;">' . "\n";
$fmtShipEst .= "This is warranty information for our products. We want you to know that our products have a 100% guarantee." ; (here)
$fmtShipEst .= "Thank you for shopping with us. If you have any questions, call us at 1-800-111-2222." ; (here)
$fmtShipEst .= "\n" . '</div>'. "\n\n";
SO what you are saying is cross sell doesn't work yet
Re: Making tabs for some products and not others
Quote:
Originally Posted by
ATSWorld
Ok thanks
I have another thread on this and eventually found 1 of my problems with global editing..here it is too
I got local help from someone else .For anyone else who wonders why the global editing doesn't work there are "quotes missing" at the end of each sentence on the middle coding with the instructions
I will update the instructions to include the missing semicolons. I'll submit an update in a week or two.. I've updated this module so that the javascript and stylesheet only load on the product pages..
Quote:
Originally Posted by
ATSWorld
SO what you are saying is cross sell doesn't work yet
Not saying that at all.. I don't use the cross sell modules with this module so I can't help.. Others here have reported that they have gotten cross sell to work for them. There are a quite few posts in this thread where others have documented how they achieved that.. I can only suggest searching for cross-sell posts and seeing if any of them provide you the information you need.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
I can create new fields for entering more product information. For example, warranty. If I add a field for warranty in the admin and a storage field for it in products table. then call it into tpl_product_info_display.php how do I get that to land on the details tab? I've already done some testing where I create a new < li > in the bof_details section but it's omitted unless JS is disabled... Thanks, John
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
... got it...
includes/modules/tabbed_products_pro.php line 254 is details list.
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Hi thanks ..yeah I tried those posts and it don't work for me .. I retried them a few times and always end up with a blank page.
It's no biggy as they sit at the bottom of the page but would prefer all my cross sells to be in a tab ... I may have to start again anyway as I seem to have lost my model numbers etc tab
Will check for the updated version
thanks again
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
ATSWorld
Hi thanks ..yeah I tried those posts and it don't work for me .. I retried them a few times and always end up with a blank page.
It's no biggy as they sit at the bottom of the page but would prefer all my cross sells to be in a tab ... I may have to start again anyway as I seem to have lost my model numbers etc tab
Will check for the updated version
thanks again
When you get the blank page, that means you will have an error log that may give you the clue you need to get this working..
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
OK thanks.... Will have another go at the weekend and post error message ..I did check before but can't remember what it said
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
tried it again .. post #1821
it actually didn't break the page ..Just nothing happened ...
If you are updating the add on I'll just have to wait patiently until you manage to correct it
I also noticed the last section was different to mine was
tpl_modules_multi_xsell_products.php
ConsultMe was
tpl_modules_ultimate_cross_sell_products.php
So looks like a different add on
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
ATSWorld
tried it again .. post #1821
it actually didn't break the page ..Just nothing happened ...
If you are updating the add on I'll just have to wait patiently until you manage to correct it
I also noticed the last section was different to mine was
tpl_modules_multi_xsell_products.php
ConsultMe was
tpl_modules_ultimate_cross_sell_products.php
So looks like a different add on
they are two different add-ons and TPP was only integrated. With one by the original author. My update doesn't deal with integration of any of the cross sell modules.. I'm only addressing updates to the readme and configuring TPP to use product page specific JS and CSS (versus loading the TPP javascipt and stylesheets on every page)..
Integration of Cross Sell Modules with TPP
Quote:
Originally Posted by
ATSWorld
Will check for the updated version
Quote:
Originally Posted by
ATSWorld
tried it again .. post #1821
it actually didn't break the page ..Just nothing happened ...
If you are updating the add on I'll just have to wait patiently until you manage to correct it
I also noticed the last section was different to mine was
tpl_modules_multi_xsell_products.php
ConsultMe was
tpl_modules_ultimate_cross_sell_products.php
So looks like a different add on
Quote:
Originally Posted by
DivaVocals
they are two different add-ons and TPP was only integrated. With one by the original author. My update doesn't deal with integration of any of the cross sell modules.. I'm only addressing updates to the readme and configuring TPP to use product page specific JS and CSS (versus loading the TPP javascipt and stylesheets on every page)..
Okay.. let me REALLY clarify my answer.. ATSWorld what you have been doing won't work because the "fixes" you found posted in this forum are for a different cross sell module than the one you are using. You cannot apply those "fixes" to a different cross sell module. To answer your earlier question, yes TPP works with two cross sell modules that I am aware of. One is integrated with TPP and the other requires some modifications to TPP that a community member generously shared with the community.
There are SEVERAL cross sell modules in the free downloads.. They do not all work with TPP out the box. The most recently up to date ones are:
Cross Sell Plus Advanced Sell Combo
Ultimate Cross Sell for Zen Cart
Multi Cross Sell
When qhome last updated TPP, I believe it was one of these modules that TPP was integrated with:
Cross Sell Advanced
Cross-Sell
Neither of these modules has been updated since 2007/2008, BUT Cross Sell Advance Sell Combo (based on reports here and looking at the TPP code) SHOULD work with TPP.
That said, here's information regarding using Ultimate Cross Sell and Multi Cross Sell with TPP (found in this support thread):
The next TPP update will NOT include any cross sell updates because the original TPP cross sell code should still work with Cross Sell Advance Sell Combo. (in other words it's not broken -- it just requires modifications to work with the other cross sell modules) I will include links to the instructions from this forum on how to integrate TPP with Ultimate Cross Sell in the readme, and if anyone wants to contribute instructions for TPP integration with Multi Cross Sell, I will include that as well.
Hopefully this should cover all the cross sell questions..