hello using version 1.39h with tpp and edit cart i notice edit cart stops working anyone else have this problem?
Printable View
hello using version 1.39h with tpp and edit cart i notice edit cart stops working anyone else have this problem?
I installed tabbed product pro V1.07 on zencart 1.39H, everything works well on my computer! when I upload it to server, it comes error!without it my site works well, too!anyone knows what happened? is it anything about my server? I am hosted on bluehost!
my site:www.fesmall.com
anyone can help will be appreciated!
I have checked many times, and test on my computer many times, it works well! Just not work on server!
I installed Tabbed product pro V1.07 on zen-cart 1.39H english version! It works well on my computer! but when I uploads it to server(bluehost), my site cannt open! I checked many times both on my computer and server! It works fine on computer, many times try but not work on server, and I am sure I am doing no wrong! My site:www.fesmall.com anyone kindly show me how I cam make it work?
many thanks!
James
I just installed the module and it looks great - thanks for creating it.
My questions have to do with links into a specific tab.
It appears there is only one URL for all of the content and no way to link to the content in the tab.
If I have 3 tabs and I want to provide a link to the middle of the 2nd tab how do I do it?
I have a couple of related questions that refer to the code below:
1) How do I provide a link to the features tab?
2) How do I provide a link to the f2 (feature 2) section?
3) When search engines crawl my site how will they link to anything other than the first tab?
<!--%Overview%-->
product overview....
<!--%Features%-->
<a name="f1">feature 1</a>
.....
<a name="f2">feature 2</a>
.....
<a name="f3">feature 3</a>
.....
<!--%specs%-->
size
weight
Sorry if this has been posted already. I read 70 pages and didn't see the answer.
Hi,thank you for your prompt reply, to be honest, I installed SQL, but it can not work! Finally I check the catch fold, I find the Promblem,But I do not know how to solve it!
It was something some with wordpress! I merged wordpress on my zencart! If I log in my admin turn off WOZ, My site work well! the error shows as follow:I check ed init_woz.php on line 39,it as follows:PHP Code:
[18-Dec-2011 12:15:48] PHP Warning: require_once(/var/www/zc138/wordpress/wp-config.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home2/fesmallc/public_html/includes/init_includes/init_woz.php on line 39
[18-Dec-2011 12:15:48] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/var/www/zc138/wordpress/wp-config.php' (include_path='.:/usr/lib64/php:/usr/lib/php:/usr/share/pear') in /home2/fesmallc/public_html/includes/init_includes/init_woz.php on line 39
any one can help?PHP Code:
require_once(ABSPATH . 'wp-config.php');
wp();
I followed the instructions from posts 913-915:
While editing modules\tabbed_products_pro.php:
Re-sorting Tabs
1. Tab names
* Search for: BOF: Tabbed Products Calculations
* Scroll down to the collection of if statements
* For the tab you want to move, find the if code blurb, including the last two closing braces and highlight
* Cut and paste
2. Tab contents
* Search for second: Zen Tag - Tab Contents
* Be sure you're not in the pre-load swction.
* Scroll down to the code blurb for the tab you want to move and select
* Cut and paste
but I was unable to get any result. I am attempting to make the Additional Images tab the first tab from the left.
I am trying to get this to work with Multi Cross-Sell. However, I get this error on the product page:
This is the relevant piece of code from includes/modules/tabbed_products_pro.php:Quote:
1146 Table 'earphone_zen139h-new.TABLE_PRODUCTS_XSELL' doesn't exist
in:
[select distinct p.products_id, p.products_image, pd.products_name from TABLE_PRODUCTS_XSELL xp, zen_products p, zen_products_description pd where xp.products_id = '214' and xp.xsell_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '1' and p.products_status = 1 order by xp.sort_order asc limit 9]
Can anyone explain how I can fix this error?Quote:
$xsell_query = $db->Execute("select distinct p.products_id, p.products_image, pd.products_name
from " . TABLE_PRODUCTS_XSELL . " xp, " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd
where xp.products_id = '" . $_GET['products_id'] . "'
and xp.xsell_id = p.products_id
and p.products_id = pd.products_id
and pd.language_id = '" . $_SESSION['languages_id'] . "'
and p.products_status = 1
order by xp.sort_order asc limit " . MAX_DISPLAY_XSELL);
Thanks!
.......