Results 1 to 10 of 12

Hybrid View

  1. #1
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Scuro Template Support Thread

    Brandon, just want to say that I see that you are trying hard to be original and unique and come up with something new each time. And I think you are doing an excellent job!

    I look forward with interest each time to see what you come up with next.
    Steve
    prommart.com

  2. #2
    Join Date
    Dec 2008
    Location
    Utah, USA
    Posts
    182
    Plugin Contributions
    10

    Default Re: Scuro Template Support Thread

    Quote Originally Posted by SPH View Post
    Brandon, just want to say that I see that you are trying hard to be original and unique and come up with something new each time. And I think you are doing an excellent job!

    I look forward with interest each time to see what you come up with next.
    Thanks! :-) I try to make each template I create unique, different from just the colors and images. If you happen to install it let me know what faults you find! ;-) Even though I work more and more to fix issues before its released you seem to find something I missed! But this required a LOT of changes so im sure something small will come up!
    Zen Cart Help and Design

    If you don’t build your dream, someone else will hire you to help them build theirs.

  3. #3
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Scuro Template Support Thread

    Yes, all new templates can have bugs. Don't fret it too much. Ever since Abbiamo Supremo you have had your own look.

    I don't know if you take requests or appreciate suggestions for inspiration on the next template, but I think that Prestashop template I posted on the Bikini thread would be very interesting if adapted for Zencart:

    http://demo.devilthemes.com/vipdress...?id_product=16

    Of course, at some point you and the other designers have to make commercial templates, and I believe that Prestashop template is $105.

    Or I may still try to make it myself.

    Again, great work!
    Steve
    prommart.com

  4. #4
    Join Date
    Dec 2008
    Location
    Utah, USA
    Posts
    182
    Plugin Contributions
    10

    Default Re: Scuro Template Support Thread

    The template is now available for download

    http://www.zen-cart.com/downloads.php?do=file&id=1451
    Zen Cart Help and Design

    If you don’t build your dream, someone else will hire you to help them build theirs.

  5. #5
    Join Date
    Apr 2011
    Posts
    56
    Plugin Contributions
    0

    Default Re: Scuro Template Support Thread

    v1.5 - I installed your template, but am having a problem installing the SQL to the database. I have tried using the Zen Cart SQL install and received the following error message, WARNING: An Error occurred, please refresh the page and try again.

    I tried to install it through phpMyAdmin and received the following error message, #1146 - Table 'user_zc1.configuration' doesn't exist.

    Any idea how to fix this?

  6. #6
    Join Date
    Dec 2008
    Location
    Utah, USA
    Posts
    182
    Plugin Contributions
    10

    Default Re: Scuro Template Support Thread

    Try running it directly in phpMyAdmin and splitting it up into 2 parts

    First Part
    Code:
    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 ('Define About Us Status', 'DEFINE_ABOUT_US_STATUS', '1', 'Enable the Defined About Us Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF', 25, 59, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''0'', ''1'', ''2'', ''3''),');
    Second Part

    Code:
    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)
    That should work, I just retested on a fresh install for me and it worked on my site.
    Zen Cart Help and Design

    If you don’t build your dream, someone else will hire you to help them build theirs.

  7. #7
    Join Date
    Apr 2011
    Posts
    56
    Plugin Contributions
    0

    Default Re: Scuro Template Support Thread

    I tried to install the new code through phpMyAdmin and received the same error message, #1146 - Table 'user_zc1.configuration' doesn't exist.

    Is it looking for something that my be missing?

 

 

Similar Threads

  1. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  2. BecaBerry Template [Support Thread]
    By brandonturpin in forum Addon Templates
    Replies: 35
    Last Post: 14 Jun 2015, 09:35 AM
  3. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  4. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  5. Turpy Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 3
    Last Post: 20 Feb 2012, 07:36 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