Results 1 to 10 of 995

Hybrid View

  1. #1
    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);

  2. #2
    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.

  3. #3
    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

  4. #4
    Join Date
    Feb 2010
    Posts
    58
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by echexxxxxxxx10 View Post
    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

    I also solved this

    copying the file
    includes/modules/sideboxes/classic/ezpages_bar_footer.php
    in
    includes/modules/sideboxes/all_business

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



    Thanks for your interest

    bye

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

    Default Re: All Business template Support Thread

    I also solved this

    copying the file
    includes/modules/sideboxes/classic/ezpages_bar_footer.php
    in
    includes/modules/sideboxes/all_business

    and also this is a problem of the template not of the language
    You should never have to copy files from the classic template to an override directory. This is not correct. Since I did not edit either of these files, they remain in the non-override directory of includes/modules/sideboxes. This is the correct behavior. Read up on the override system to understand why this is not a problem with the template:

    https://www.zen-cart.com/tutorials/i...hp?article=346

  6. #6
    Join Date
    Feb 2010
    Posts
    58
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    You should never have to copy files from the classic template to an override directory. This is not correct. Since I did not edit either of these files, they remain in the non-override directory of includes/modules/sideboxes. This is the correct behavior. Read up on the override system to understand why this is not a problem with the template:

    https://www.zen-cart.com/tutorials/i...hp?article=346

    surely you're better than me with ZenCart,
    but then why does everything with these changes?

    creates problems for the security of the site what I did?

    sorry for my english, google translate

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

    Default Re: All Business template Support Thread

    hi

    tried that sql and it hasn't worked
    what's really annoying me is my backups return everything to normal except this

    thanks ..otherwise my only course is to restart from scratch which is something I don't fancy doing

  8. #8
    Join Date
    Aug 2008
    Posts
    165
    Plugin Contributions
    0

    Default Re: All Business template Support Thread

    Still struggling with newsletter subscribe. Thanks Anne for getting back to me.

    Just curious as to why there is a "newsletter unsubscribe" link in the template but not a "subscribe" link. Am I missing something?

    Much appreciated as always, Lynn

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

    Default Re: All Business template Support Thread

    Still struggling with newsletter subscribe. Thanks Anne for getting back to me.

    Just curious as to why there is a "newsletter unsubscribe" link in the template but not a "subscribe" link. Am I missing something?

    Much appreciated as always, Lynn
    This is just using the zen cart default functionality. The information sidebox has the unsubscribe link. The subscribe link in in the create account form.

 

 

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

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