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.
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
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.
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
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.
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?
Try running it directly in phpMyAdmin and splitting it up into 2 parts
First Part
Second PartCode: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''),');
That should work, I just retested on a fresh install for me and it worked on my site.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)
Zen Cart Help and Design
If you don’t build your dream, someone else will hire you to help them build theirs.
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?