Thread: Westminster New

Page 27 of 187 FirstFirst ... 1725262728293777127 ... LastLast
Results 261 to 270 of 1865
  1. #261
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Westminster New

    Quote Originally Posted by kprice2690 View Post
    I have the template installed and im not sure what happened but now i am missing the description/details/review tabs and i am unable to view multiple images...Im positive a file is missing and i dont know where to look.

    Also, the add to cart button is now on the bottom...Im so confused on what happened!

    Can anyone help?

    walrad.com (http://www.walrad.com/index.php?main...products_id=29)

    thanks!
    I would recommend re uploading the includes/templates/westminster_new/templates/tpl_product_info_default.php file. I would also check your logs folder for errors since the footer is not showing on the page you posted.

    Thanks,

    Anne

  2. #262
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Westminster New

    Is it possible to add content to the 'Details tab'? If so please can you tell me how.

    Thank you
    Learning Fast.
    Eden Craft Supplies

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

    Default Re: Westminster New

    Quote Originally Posted by adb34 View Post
    Is it possible to add content to the 'Details tab'? If so please can you tell me how.

    Thank you
    This will be automatically populated by zen cart when you have the product details info set to show on the product info page such as manufacturers, stock quantity, model number, etc.

    Thanks,

    Anne

  4. #264
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Westminster New

    Quote Originally Posted by picaflor-azul View Post
    This will be automatically populated by zen cart when you have the product details info set to show on the product info page such as manufacturers, stock quantity, model number, etc.

    Thanks,

    Anne
    I would like to add other things:

    For example;

    4 x Dressing Table Cards
    4 x Ornate Frame Stand Cards
    4 x Pretty Gatefold Stamp Cards
    8 x 300gsm A4 foiled & die-cut topper sheets
    8 x 350gsm accent-foiled A4 cardstock
    8 x 350gsm printed A4 cardstock
    4 x 150gsm double-sided designer papers
    A4 instruction sheet
    Learning Fast.
    Eden Craft Supplies

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

    Default Re: Westminster New

    Quote Originally Posted by adb34 View Post
    I would like to add other things:

    For example;

    4 x Dressing Table Cards
    4 x Ornate Frame Stand Cards
    4 x Pretty Gatefold Stamp Cards
    8 x 300gsm A4 foiled & die-cut topper sheets
    8 x 350gsm accent-foiled A4 cardstock
    8 x 350gsm printed A4 cardstock
    4 x 150gsm double-sided designer papers
    A4 instruction sheet
    You will need to add these additional fields to the database and then call them in the product details list. If you do a search of the forum you will find a step by step about how to add additional product fields.

    Unless these are attributes, are these product attributes?

    Thanks,

    Anne

  6. #266
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Westminster New

    Found a plugin from Numinix, product fields. Seems to have what I am looking for but having problems with the install.

    After a file merge uploaded all files to the relevant locations. install.sql scripted on install is giving back 'WARNING: An Error occurred, please refresh the page and try again.'

    Going to the product screen and doing an update I am getting the same error message.

    I have tried to do an uninstall of the script message coming back saying 'ERROR: Cannot DROP column products_sh_eu because it does not exist.' etc.

    Log files

    [10-Sep-2014 16:25:50] PHP Fatal error: 1054:Unknown column 'products_barcode' in 'field list' :: update eshop_products set products_quantity = '1000', products_type = '1', products_model = 'HD-FAM901', products_price = '2.4917', products_date_available = null, products_weight = '0', products_status = '1', products_virtual = '0', products_tax_class_id = '1', manufacturers_id = '0', products_quantity_order_min = '1', products_quantity_order_units = '1', products_priced_by_attribute = '0', product_is_free = '0', product_is_call = '0', products_quantity_mixed = '1', product_is_always_free_shipping = '0', products_qty_box_status = '1', products_quantity_order_max = '0', products_sort_order = '0', products_discount_type = '0', products_discount_type_from = '0', products_price_sorter = '2.4917', products_barcode = '', products_condition = '', products_image = 'christmas/FAMX901.jpg', products_last_modified = now(), master_categories_id = '75' where products_id = '182' in /homepages/20/d503465712/htdocs/shops/ZenCart/eshop/includes/classes/db/mysql/query_factory.php on line 120
    [10-Sep-2014 16:24:02] PHP Fatal error: 1062: Duplicate entry 'SHOW_PRODUCT_INFO_CONDITION' for key 'unq_config_key_zen' :: INSERT INTO eshop_product_type_layout (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, product_type_id, sort_order, last_modified, date_added, use_function, set_function) VALUES (NULL, 'Show Condition', 'SHOW_PRODUCT_INFO_CONDITION', '0', 'Show product condition on product info page (requires Numinix Product Fields)?', 1, 17, NULL, NOW(), NULL, 'zen_cfg_select_option(array(\'1\', \'0\'),'); in /homepages/20/d503465712/htdocs/shops/ZenCart/eshop/includes/classes/db/mysql/query_factory.php on line 120
    Oh the install.sql

    ALTER TABLE products ADD products_condition varchar(32) NULL default NULL;

    INSERT INTO product_type_layout (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, product_type_id, sort_order, last_modified, date_added, use_function, set_function) VALUES
    (NULL, 'Show Condition', 'SHOW_PRODUCT_INFO_CONDITION', '0', 'Show product condition on product info page (requires Numinix Product Fields)?', 1, 17, NULL, NOW(), NULL, 'zen_cfg_select_option(array(\'1\', \'0\'),');
    Learning Fast.
    Eden Craft Supplies

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

    Default Re: Westminster New

    Quote Originally Posted by adb34 View Post
    Found a plugin from Numinix, product fields. Seems to have what I am looking for but having problems with the install.

    After a file merge uploaded all files to the relevant locations. install.sql scripted on install is giving back 'WARNING: An Error occurred, please refresh the page and try again.'

    Going to the product screen and doing an update I am getting the same error message.

    I have tried to do an uninstall of the script message coming back saying 'ERROR: Cannot DROP column products_sh_eu because it does not exist.' etc.

    Log files





    Oh the install.sql
    This is not a template related problem. Any stable, correctly installed module will work with the template. I would recommend posting the the module support thread for help with it's installation.

    Thanks,

    Anne

  8. #268
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Westminster New

    Quote Originally Posted by picaflor-azul View Post
    This is not a template related problem. Any stable, correctly installed module will work with the template. I would recommend posting the the module support thread for help with it's installation.

    Thanks,

    Anne
    Ok thanks for the info Anne
    Learning Fast.
    Eden Craft Supplies

  9. #269
    Join Date
    Dec 2010
    Location
    U.S. State of Texas
    Posts
    76
    Plugin Contributions
    0

    Default Re: Westminster New

    I am having trouble and hope someone can assist. When viewing my website on a ipad, I am seeing two slideshows, one right above the other. Any suggestions or ideas why this might be happening? I checked added jquery files but no luck there. the domain can be viewed at southwestfurnituredirect.com

    Thank you!

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

    Default Re: Westminster New

    Quote Originally Posted by creyesx6 View Post
    I am having trouble and hope someone can assist. When viewing my website on a ipad, I am seeing two slideshows, one right above the other. Any suggestions or ideas why this might be happening? I checked added jquery files but no luck there. the domain can be viewed at southwestfurnituredirect.com

    Thank you!
    This is a bug in the updated template package. I believe that I posted a fix for this earlier in the thread. If you can't find it, you can upload the includes/templates/override/common/tpl_header_tablet.php file from the version previous to the latest version of the template and it will fix the problem.

    Thanks,

    Anne

 

 

Similar Threads

  1. v155 Getting ajax error in v155 with v154 Westminster template
    By godt in forum General Questions
    Replies: 3
    Last Post: 11 Jul 2016, 12:41 AM
  2. v155 Getting ajax error in v155 with v154 Westminster template
    By MCS_Computers in forum General Questions
    Replies: 10
    Last Post: 21 Mar 2016, 03:58 PM
  3. v154 Modifying Top Menu - Westminster New
    By chelseaneedshelp in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Mar 2015, 04:28 PM
  4. Westminster New doesn't work on mobile phone
    By Pompidompie in forum Addon Templates
    Replies: 3
    Last Post: 26 Mar 2015, 10:34 PM
  5. v151 westminster new Share and Connect
    By Larry0652 in forum Addon Templates
    Replies: 8
    Last Post: 24 Oct 2014, 03:30 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