Page 23 of 100 FirstFirst ... 1321222324253373 ... LastLast
Results 221 to 230 of 995
  1. #221
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: All Business template Support Thread

    I read this, I put it in the image can be seen that the state of ezpage is Yes in footer
    Post a link to your site so that I can look. Are you using a language other than english on your site?.

  2. #222
    Join Date
    Feb 2010
    Posts
    58
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    Post a link to your site so that I can look. Are you using a language other than english on your site?.
    yes, my site is in italian.
    this ist the test link http://www.centrostampamonzese.com/shop2/

    tnx

    ezpages link footer menu and ezpages sideboxes are Empty

  3. #223
    Join Date
    Oct 2010
    Location
    United Kingdom
    Posts
    477
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Hi formerly "metallica"
    I don't know if you can help at all ,but I tried to add
    http://www.zen-cart.com/index.php?ma...products_id=77

    I followed the instructions but the sql didn't load properly and now am left with a half working site
    the front page is OK it's just the products are not right anymore and I can't undo it either ...If I remove template and use the default all is OK ,but when I return the my template it isn't OK anymore .
    I have tried installing all folders again ,replacing the correct folders back in but it's still wrong
    sample page http://www.atsworld.co.uk/index.php?...ndex&cPath=153
    also
    Have even reinstalled a backup and that doesn't help either returns everything else but the double displaying bit stays

    hope this all makes sense

    thanks
    now I'm off to find out why my metallica user-name has been blocked

  4. #224
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: All Business template Support Thread

    Hi formerly "metallica"
    I don't know if you can help at all ,but I tried to add
    http://www.zen-cart.com/index.php?ma...products_id=77

    I followed the instructions but the sql didn't load properly and now am left with a half working site
    the front page is OK it's just the products are not right anymore and I can't undo it either ...If I remove template and use the default all is OK ,but when I return the my template it isn't OK anymore .
    I have tried installing all folders again ,replacing the correct folders back in but it's still wrong
    sample page http://www.atsworld.co.uk/index.php?...ndex&cPath=153
    also
    Have even reinstalled a backup and that doesn't help either returns everything else but the double displaying bit stays

    hope this all makes sense

    thanks
    now I'm off to find out why my metallica user-name has been blocked
    The template comes with that module already installed. I would check to see if these files are in the correct spots:

    includes/modules/all_business/product_listing.php

    includes/templates/all_business/templates/tpl_modules_product_listing.php

    Also, make sure that you have run the sql file included with the module.

  5. #225
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: All Business template Support Thread

    yes, my site is in italian.
    this ist the test link http://www.centrostampamonzese.com/shop2/

    tnx

    ezpages link footer menu and ezpages sideboxes are Empty
    If your site is in a language other than english then you need to copy all of the template language files over to your language.

  6. #226
    Join Date
    Oct 2010
    Location
    United Kingdom
    Posts
    477
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Hi

    Thanks for the quick reply yes they are in the right place I try and run the sql file and got this error message

    everytime I run the sql I get this error message

    1062 Duplicate entry ‘PRODUCT_LISTING_LAYOUT_STYLE’ for key 2
    in:
    [INSERT INTO zen_configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'rows', 'Select the layout style:
    Each product can be listed in its own row (rows option) or products can be listed in multiple columns per row (columns option)', '8', '40', NULL, now(), NULL, 'zen_cfg_select_option(array("rows", "columns"),');]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    I thought it came with that style but it has never worked or been available to me ,that's why I tried installing the add-on

  7. #227
    Join Date
    Feb 2010
    Posts
    58
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    If your site is in a language other than english then you need to copy all of the template language files over to your language.
    I have already done this

  8. #228
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: All Business template Support Thread

    Hi

    Thanks for the quick reply yes they are in the right place I try and run the sql file and got this error message

    everytime I run the sql I get this error message

    1062 Duplicate entry ‘PRODUCT_LISTING_LAYOUT_STYLE’ for key 2
    in:
    [INSERT INTO zen_configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'rows', 'Select the layout style:
    Each product can be listed in its own row (rows option) or products can be listed in multiple columns per row (columns option)', '8', '40', NULL, now(), NULL, 'zen_cfg_select_option(array("rows", "columns"),');]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    I thought it came with that style but it has never worked or been available to me ,that's why I tried installing the add-on
    This error just means that the sql has already been run.

    If you want to use the column layout grid module you just need to do step 2 in the install.txt file:

    Code:
    ====================================================
    2. SQL File for Column Layout Grid Module (Optional)
    ====================================================
    
    Run the following SQL commands into your database. 
    The easiest way is to open Admin->Tools->Install SQL Patch and paste them in the box and click Send.
    
    INSERT INTO configuration (configuration_title, configuration_key, configuration_value, 
           configuration_description, configuration_group_id, sort_order, 
           last_modified, date_added, use_function, set_function) 
           VALUES ('Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'rows', 
                   'Select the layout style:<br />Each product can be listed in its own row (rows option)
                    or products can be listed in multiple columns per row (columns option)', '8', '40', NULL, 
                    now(), NULL, 'zen_cfg_select_option(array(\'rows\', \'columns\'),');
    
    INSERT INTO configuration (configuration_title, configuration_key, configuration_value, 
           configuration_description, configuration_group_id, sort_order, 
           last_modified, date_added, use_function, set_function) 
           VALUES ('Product Listing - Columns Per Row', 'PRODUCT_LISTING_COLUMNS_PER_ROW', '3', 
                   'Select the number of columns of products to show in each row in the product listing.  
                   The default setting is 3.', '8', '41', NULL, now(), NULL, NULL);

  9. #229
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: All Business template Support Thread

    I have already done this
    Check the files again. You have omitted something or do not have something set up properly and this is why it is not working in your language.

  10. #230
    Join Date
    Feb 2010
    Posts
    58
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    If your site is in a language other than english then you need to copy all of the template language files over to your language.
    Quote Originally Posted by picaflor-azul View Post
    Check the files again. You have omitted something or do not have something set up properly and this is why it is not working in your language.

    I solved the problemi whit sideboxes copying the file
    includes/modules/sideboxes/classic/ezpages.php
    in
    includes/modules/sideboxes/all_business

    and this is a problem of the template not of the language

    now missing link in the footer

 

 
Page 23 of 100 FirstFirst ... 1321222324253373 ... LastLast

Similar Threads

  1. v150 facebook all [support thread]
    By sourceaddons in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 19 Mar 2019, 04:10 PM
  2. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  3. All Business template -v1.5
    By heloparis in forum Addon Templates
    Replies: 5
    Last Post: 9 Apr 2012, 03:00 PM
  4. Business Activity Report 1.5.0 Support Thread
    By gharls in forum All Other Contributions/Addons
    Replies: 23
    Last Post: 6 Apr 2012, 11:12 PM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR