Zen Cart Logo
Forums / Addon Templates / Tableau Responsive Theme - Support Thread

Tableau Responsive Theme - Support Thread

Views: 229,273

Results 241 to 260 of 624
13 Apr 2015, 10:32 AM
#241
thannaree avatar

thannaree

Zen Follower

Join Date:
Dec 2010
Location:
Thailand
Posts:
304
Plugin Contributions:
1

Tableau Responsive Theme - Support Thread

sports guy:

I must be missing something. I installed the template which seemed to install and it seems to show fine. However, I do not have these sections:

Template Configuration
Global Configuration
Header Configuration
Social Networking Configuration
Home Page Configuration

According to your getting_started.html page it looks like these sections might be created under: Configuration area. I have none of these sections in my admin panel. I do have these sections:

Numinix Disk Cache Configuration
Google Plus One Configuration
Facebook Like Button Configuration
Pinterest Pin It Button Configuration
CSS/JS Loader Configuration

Am I missing something here? If so, what folders can I upload to add these sections?

Admin => Tools => Template Selection.
Once tableau is the active theme hover over it and click the "configure" button.

13 Apr 2015, 12:49 PM
#242
sports_guy avatar

sports_guy

Totally Zenned

Join Date:
Apr 2007
Location:
Dayton, Ohio
Posts:
682
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

Thannaree:

Admin => Tools => Template Selection.
Once tableau is the active theme hover over it and click the "configure" button.

Thats it. Thank you!

18 Apr 2015, 1:40 AM
#243
spacemonkey avatar

spacemonkey

Zen Follower

Join Date:
Nov 2013
Location:
Dorset, UK
Posts:
124
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

Hi,

I am looking for a way to add the ++ & -- operators to my tpl_shopping_cart_default.php.

I have found this in file tpl_shopping_cart_default.php:

<td class="cartQuantity">
            <span class="mobile-only"><?php echo TABLE_HEADING_QUANTITY; ?>:</span>
            <?php
              if ($product['flagShowFixedQuantity']) {
                echo $product['showFixedQuantityAmount'] . '<span class="alert bold">' . $product['flagStockCheck'] . '</span>' . $product['showMinUnits'];
              } else {
                echo $product['quantityField'] . '<span class="alert bold">' . $product['flagStockCheck'] . '</span>' . $product['showMinUnits'];
              }
            ?>
            <div class="qty-btns">
                <?php
                  if ($product['buttonUpdate'] == '') {
                    echo '' ;
                  } else {
                    echo $product['buttonUpdate'];
                  }
                ?>

                <?php
                    if ($product['buttonDelete']) {
                ?>
                    <a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, 'action=remove_product&product_id=' . $product['id']); ?>">Remove</a>
                <?php
                    }
                    if ($product['checkBoxDelete'] ) {
                        // echo zen_draw_checkbox_field('cart_delete[]', $product['id']);
                    }
                ?>
            </div>
        </td>

Can anyone please help me turn this into working increment and decrement buttons/icons for my cart quantity?

Thanks

19 Apr 2015, 2:08 PM
#244
kevinmc3 avatar

kevinmc3

Totally Zenned

Join Date:
Jun 2006
Posts:
786
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

Sorry if this question has already been asked. But with all these Zen cart Responsive templates will most of the mods that work say for Zen 1.5.x , work in these templates also? In other words, are the templates used irrelevant to whether the mods work and it is really a matter of whether they work with the version of Zencart?

19 Apr 2015, 11:46 PM
#245
spacemonkey avatar

spacemonkey

Zen Follower

Join Date:
Nov 2013
Location:
Dorset, UK
Posts:
124
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

kevinmc3:

Sorry if this question has already been asked. But with all these Zen cart Responsive templates will most of the mods that work say for Zen 1.5.x , work in these templates also? In other words, are the templates used irrelevant to whether the mods work and it is really a matter of whether they work with the version of Zencart?

Hi,

Be careful with "mods" (it all depends on the "mod")! Some "mods" or templates have core file overwrites which will need to be added to the template using file comparison.

This template has core file overwrites. Many templates (especially ones with added value) have overwrites. Being **responsive **is mainly **CSS **driven and won't affect the "mods".

Your assumption on Zencart version is correct, however some templates may need to have the left or right columns added/amended to see the added value (mod). This is a common factor for most templates but not normally an issue.

Without knowing which "mods" you are referring to it is impossible to help much further.

Just for the record I am using this template on Zen v1.5.4 and have a handful of admin & store "mods" installed. Some of them needed integrating manually and others worked out of the box. Just remember to **BACKUP BEFORE trying to add ANYTHING. **

Good luck :smile:

20 Apr 2015, 1:06 AM
#246
kevinmc3 avatar

kevinmc3

Totally Zenned

Join Date:
Jun 2006
Posts:
786
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

Thanks for your helpful reply. ...

After much research and previewing about 205 Zen Cart responsive templates this one was bets suited for my online business and also has a superior mobile interface, particularly the Menu system. It is form Template monster

http://www.templatemonster.com/zencart-templates/53474.html

Some mods I am hoping work with this template include the
Advanced Cross Sell
Ultimate SEO

to name a couple

SpaceMonkey:

Hi,

Be careful with "mods" (it all depends on the "mod")! Some "mods" or templates have core file overwrites which will need to be added to the template using file comparison.

This template has core file overwrites. Many templates (especially ones with added value) have overwrites. Being **responsive **is mainly **CSS **driven and won't affect the "mods".

Your assumption on Zencart version is correct, however some templates may need to have the left or right columns added/amended to see the added value (mod). This is a common factor for most templates but not normally an issue.

Without knowing which "mods" you are referring to it is impossible to help much further.

Just for the record I am using this template on Zen v1.5.4 and have a handful of admin & store "mods" installed. Some of them needed integrating manually and others worked out of the box. Just remember to **BACKUP BEFORE trying to add ANYTHING. **

Good luck :smile:

20 Apr 2015, 3:21 PM
#247
kevinmc3 avatar

kevinmc3

Totally Zenned

Join Date:
Jun 2006
Posts:
786
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

kevinmc3:

Thanks for your helpful reply. ...

After much research and previewing about 205 Zen Cart responsive templates this one was bets suited for my online business and also has a superior mobile interface, particularly the Menu system. It is form Template monster

http://www.templatemonster.com/zencart-templates/53474.html

Some mods I am hoping work with this template include the
Advanced Cross Sell
Ultimate SEO

to name a couple

Correction to above... should be "20 Zen Cart responsive templates" NOT 205... fat fingers...

21 Apr 2015, 4:12 AM
#248
joedel263 avatar

joedel263

New Zenner

Join Date:
Mar 2006
Posts:
6
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

latest version of zencart (out of the box)
latest version of this template

error message after activating: WARNING: An Error occurred, please refresh the page and try again.

cant access admin panel and template images do not dispay on storefront

reinstalled template twice to same result.

29 Apr 2015, 6:01 PM
#249
simon3215 avatar

simon3215

New Zenner

Join Date:
Dec 2014
Location:
manchester
Posts:
62
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

im having a problem with this template, iv started to add products and they show up on the homepage for new products but if i go into categories none of the products are showing under any of the categories, if i change the template to classic they all show up under the categories can anybody point me in the right direction ? thanks in advance

29 Apr 2015, 7:46 PM
#250
bislewl avatar

bislewl

Totally Zenned

Join Date:
Dec 2011
Location:
Wisconsin, USA
Posts:
674
Plugin Contributions:
12

Re: Tableau Responsive Theme - Support Thread

simon3215:

im having a problem with this template, iv started to add products and they show up on the homepage for new products but if i go into categories none of the products are showing under any of the categories, if i change the template to classic they all show up under the categories can anybody point me in the right direction ? thanks in advance

Are they marked as hidden categories?

30 Apr 2015, 8:46 AM
#251
simon3215 avatar

simon3215

New Zenner

Join Date:
Dec 2014
Location:
manchester
Posts:
62
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

Not marked as hidden categories, dont have that mod, i can see the categories just when i click into them the products dont show on the product page

1 May 2015, 3:52 AM
#252
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Tableau Responsive Theme - Support Thread

woodland:

Greetings,

I am using your Tableau template to make my webstore responsive, but have run into just one problem….I want to Category Image Icons to show but they do not. Here is my website.

http://www.faerieworlds.com/store/

Please let me know what to do to have my images work. Thank you!

Unfortunately Tableau does not support the Category Image Icons. We may look into adding this in the future; however, we typically discourage people from using them. Sorry about that!

Please stay tuned :)

1 May 2015, 3:53 AM
#253
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Tableau Responsive Theme - Support Thread

simon3215:

im having a problem with this template, iv started to add products and they show up on the homepage for new products but if i go into categories none of the products are showing under any of the categories, if i change the template to classic they all show up under the categories can anybody point me in the right direction ? thanks in advance

Hello - can you please point us to the URL where you are having these issues? What version of Tableau do you have installed? Thanks!

1 May 2015, 3:55 AM
#254
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Tableau Responsive Theme - Support Thread

joedel263:

latest version of zencart (out of the box)
latest version of this template

error message after activating: WARNING: An Error occurred, please refresh the page and try again.

cant access admin panel and template images do not dispay on storefront

reinstalled template twice to same result.

Hello can you please look at your logs directory and let us know what errors are appearing?

Thanks!

4 May 2015, 11:28 AM
#255
jagall avatar

jagall

Zen Follower

Join Date:
Mar 2011
Location:
Ireland
Posts:
286
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

Hi

I'm getting an error in my error log file, a script if looking for this file arrow_nav_hover_up.png but its not anywhere in the tableau template files?
Any ideas
thanks guys

4 May 2015, 6:37 PM
#256
db2204 avatar

db2204

New Zenner

Join Date:
May 2015
Location:
MO
Posts:
2
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

I installed this template last night and everything seems to have gone smoothly, except for the shipping estimator as displayed on the shopping cart page.

I have three shipping modules: USPS, flat rate and free shipping if above a certain amount. Flat rate is displayed and free shipping displays when the cart amount qualifies. But the USPS rates will not display, no matter the cart amount.

Is there something in "tpl_modules_shipping_estimator.php" that needs to be changed?

By the way, thanks numinix for this template. Looks great.

5 May 2015, 2:45 AM
#257
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Tableau Responsive Theme - Support Thread

jagall:

Hi

I'm getting an error in my error log file, a script if looking for this file arrow_nav_hover_up.png but its not anywhere in the tableau template files?
Any ideas
thanks guys

Do you have any extra modules installed? We can not find a call in our code for this image you are talking about.

5 May 2015, 2:52 AM
#258
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Tableau Responsive Theme - Support Thread

db2204:

I installed this template last night and everything seems to have gone smoothly, except for the shipping estimator as displayed on the shopping cart page.

I have three shipping modules: USPS, flat rate and free shipping if above a certain amount. Flat rate is displayed and free shipping displays when the cart amount qualifies. But the USPS rates will not display, no matter the cart amount.

Is there something in "tpl_modules_shipping_estimator.php" that needs to be changed?

By the way, thanks numinix for this template. Looks great.

Can you send us a link to your site where we can see this issue happening? Do you have any any errors in your error logs?

5 May 2015, 3:49 AM
#259
db2204 avatar

db2204

New Zenner

Join Date:
May 2015
Location:
MO
Posts:
2
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

numinix:

Can you send us a link to your site where we can see this issue happening? Do you have any any errors in your error logs?

PM sent.

5 May 2015, 7:57 AM
#260
ariffshah avatar

ariffshah

New Zenner

Join Date:
Jun 2009
Location:
Kuala Lumpur
Posts:
7
Plugin Contributions:
0

Re: Tableau Responsive Theme - Support Thread

numinix:

Hello - can you please point us to the URL where you are having these issues? What version of Tableau do you have installed? Thanks!

I have PM you for the link of the category missing. I'm having the same problem with Mr Simon and have download the latest version from Zen Cart add on plugin. Hope you can rectify which one is error as I know the error start from the previous version.

Thanks Numinix for the great Zen cart template.