Jump to content

vidmarc

Member
  • Posts

    836
  • Joined

  • Last visited

Posts posted by vidmarc

  1. Is there somewhere I can set the default text colour for every product?

    I'm seeing this in the element inspector:

    <div id="product_info" class="content active" itemprop="description">

    It seems to be inherited from "body" - > foundation.css line 60

     

  2. I've just checked my new installion and I'm seeing a lot of system errors. Any suggestions?

    Quote

    22 May 2018, 16:47    File: [products.import.inc.php] Line: [221] "INSERT INTO `CubeCart_seo_urls` (`path`,`item_id`,`type`) VALUES ('','78','prod');" - Duplicate entry '' for key 'PRIMARY'
        22 May 2018, 16:47    File: [products.import.inc.php] Line: [221] "INSERT INTO `CubeCart_seo_urls` (`path`,`item_id`,`type`) VALUES ('','79','prod');" - Duplicate entry '' for key 'PRIMARY'
        22 May 2018, 16:47    File: [products.import.inc.php] Line: [221] "INSERT INTO `CubeCart_seo_urls` (`path`,`item_id`,`type`) VALUES ('','80','prod');" - Duplicate entry '' for key 'PRIMARY'
        22 May 2018, 16:47    File: [products.import.inc.php] Line: [221] "INSERT INTO `CubeCart_seo_urls` (`path`,`item_id`,`type`) VALUES ('','81','prod');" - Duplicate entry '' for key 'PRIMARY'
        22 May 2018, 16:47    File: [products.import.inc.php] Line: [221] "INSERT INTO `CubeCart_seo_urls` (`path`,`item_id`,`type`) VALUES ('','82','prod');" - Duplicate entry '' for key 'PRIMARY'
        22 May 2018, 16:47    File: [products.import.inc.php] Line: [221] "INSERT INTO `CubeCart_seo_urls` (`path`,`item_id`,`type`) VALUES ('','83','prod');" - Duplicate entry '' for key 'PRIMARY'

     

  3. Since upgrading, any new settings changed in Admin keep reverting back. Is there a way I can stop this happening?

    Is this also something related to the "safe settings" option in global.inc?

    If so, could a "master switch" be added to the admin section so we don't have to keep making changes to global.inc via ftp?

  4. On 5/17/2018 at 1:35 PM, keat said:

    Probably in skins/foundation/templates/main.php

     

    Somewhere around line 50 find the command which triggers the search box, i'm using a custom search box, so mine is named differently.

    it's probably called {$SEARCH} or {$SEARCH BOX}

     

    move this to somewhere around line 80 ish, underneath where it says <div class="sidebar" id="sidebar_right">

     

    I'll see if I can figure out how to change the size, this will probably be in a css file.

    Here's what I'm seeing:

     

    Quote

    <div class="row show-for-medium-up">
                         <div class="small-12 columns">{include file='templates/box.search.php'}</div>
                      </div>
                   </div>
                </div>
                <div class="row hide" id="small-search">
                   <div class="small-12 columns">
                      {include file='templates/box.search.php'}
                   </div>
     

    Do I need to reduce the number of rows?

×
×
  • Create New...