Jump to content

bsmither

Member
  • Posts

    17,944
  • Joined

  • Last visited

  • Days Won

    601

Everything posted by bsmither

  1. The navigation files are box.navigation.php and element.navigation_tree.php. And for the products listing in a View Category page, you are wanting a grid of panels - like the Latest Products on the Homepage?
  2. The template to edit depends on the skin, so for the latest version of the Foundation skin, using a programmer's text editor, edit /skins/foundation/templates/element.call_to_action.php. At the end of the file, add: <div class="row collapse"><div class="small-12 columns">{if $PRODUCT.stock_level}{$LANG.catalogue.stock_level}: {$PRODUCT.stock_level}{/if}</div></div> Then, for the Category listing, in content.category.php: Find (there will two instances of this - change both): {elseif $product.ctrl_stock && !$CATALOGUE_MODE} Change to: {elseif $product.ctrl_stock && !$CATALOGUE_MODE}<div class="row collapse"><div class="small-12 columns">{if $product.stock_level}{$LANG.catalogue.stock_level}: {$product.stock_level}{/if}</div></div> Since you have edited a skin template, you may need to have CubeCart clear its cache: admin, Maintenance, Rebuild tab, Clear Cache.
  3. In admin, Store Settings, Stock tab, "Show stock levels" is to be checked.
  4. I wonder if this setting will change things: admin, Store Settings, Search Engines, "Add subcategroies to category URL path", set to No.
  5. I see what may be happening. I've made documents into categories, but not categories into documents. I will need to study this.
  6. Have you installed any sort of code snippet or plugin that places categories in the document box?
  7. In box.documents.php, this part of the code: <ul class="main-menu"> <li><a href="{$STORE_URL}" title="{$LANG.common.home}"><i class="fa fa-home"></i></a></li> {if isset($DOCUMENTS) && count($DOCUMENTS) > 0} {foreach from=$DOCUMENTS item=document} <li><a href="{$document.doc_url}" title="{$document.doc_name}" {if $document.doc_url_openin}target="_blank"{/if}>{$document.doc_name}</a></li> {/foreach} {/if} This shows the Home icon, then links to each document (Privacy, etc). What is missing is the code that puts the link to "Test Category" between Home and Privacy. Are you sure you are looking in the GalaxyX skin folder? For GalaxyX, it is not too strange that somehow, the skin is convincing CubeCart to load the categories in the document bar. And getting it wrong.
  8. Somehow, the code for the main nav menu is now inside the documents box. Nothing wrong with that. I don't have a copy of GalaxyX, so I can't give 100% advice. In /skins/galaxyx/templates/, look for box.documents.php, box.navigation.php, and element.navigation_tree.php. The <ul class="main-menu"> is what you are going to find first. Then determine where the list items come from. Hopefully, it will be obvious what is missing.
  9. This is what my browser sees: <div id="box-documents"> <nav> <ul class="main-menu"> <li><a href="https://wickedstuff.co.nz" title="Home"><i class="fa fa-home"></i></a></li> <li><a href="test-category.html" title="Test Category" >Test Category</a></li> <li><a href="https://wickedstuff.co.nz/privacy-policy.html" title="Privacy Policy" >Privacy Policy</a></li> <li><a href="https://wickedstuff.co.nz/returns-policy.html" title="Returns Policy" >Returns Policy</a></li> <li><a href="https://wickedstuff.co.nz/store-policies.html" title="Store Policies" >Store Policies</a></li> <li><a href="https://wickedstuff.co.nz/contact-us.html" title="Contact Us">Contact Us</a></li> <div class="clear"></div> </ul> </nav> </div> Please carefully note that the second list item, the one for the category, does not have a full and complete URL -- it is a relative path. Thus, the browser is attempting to figure out the complete URL and is inadvertently using the /test-category/ part of the path as the path to the actual site - as opposed to the path to the document. Compare the template code for these list items and note that all should have {$STORE_URL} (or something like it) as a lead-in. Also, since you are editing a template, have Cubecart clear it's cache (admin, Maintenance, Rebuild tab, Clear Cache).
  10. The tool is called slowAES. However, because you get a blank page, it may be the case that there is something else wrong that does not involve slowAES. That said, please create the error_log.
  11. The hosting provider for your site seems to be using an anti-scrape javascript pre-loader. This probably will cause problems running CubeCart. You are advised to contact your hosting provider to learn how this can be switched off.
  12. Welcome tinytoes! Glad to see you made it to the forums. When you return to edit that product, is the number 10 still there? As a test, change some other apsect of that product - it's "Product Code" or "Price" for example. Then, on the storefront, is the Product Code or Price the same or different? If it did not change, then perhaps your hosting provider has an overly aggressive page caching mechanism in place. If it did change, but then the Stock Level always says 1 regardless of it's real value, we may need to look at the skin logic.
  13. View: https://www.cubecart.com/extensions/skins/e-tone-by-webcity https://www.cubecart.com/extensions/skins/minimaliser (can easily create a red color)
  14. The phrase "process orders" is not in the language files. So, this must be coming from somewhere else. If there is no plugin, that will enforce a minimum order value, then perhaps it is a code snippet(s). In admin, Manage Hooks, Code Snippets tab, see if there is anything in this list that would do this.
  15. There is this: http://www.chuggyskins.co.uk/index.php?act=viewProd&productId=24 but it is unknown if there have been too many changes in CC6 (versus CC5) that may cause problems.
  16. There is this: https://www.cubecart.com/extensions/plugins/minimum-order-values-plugin but seems limited to setting a minimum per product and/or per category. There is this: http://www.chuggyskins.co.uk/index.php?act=viewProd&productId=26 but it is unknown if too many changes have occured in CC6 (versus CC5) to change its effectiveness.
  17. Other than a plugin, the only other place involves establishing when shipping becomes free (aka, the Free Shipping plugin).
  18. References to the images should be in the database (CubeCart_filemanager). But they do need to be copied to the new store to /images/ folder. Also /images/logos/ folder.
  19. From Store1, copy the file /includes/global.inc.php to Store2. Test.
  20. So, if you plan to abandone Store1, then it is OK to have Store2 use the existing database.
  21. We have positively concluded that connecting two stores to the same database will not work as well as it may appear at first. May we ask why you want to have two stores with the same contents of the inventory? Will the inventory eventually diverge? There are solutions for enforcing distinct customer-bases with respective pricing (and hiding prices), and solutions for different appearances (skins).
  22. We can suppress displaying the Featured/Random box, but then create a new box to show X-number of products that are flagged in some other way. If this satisfies your requirement, then one of these plugins may suffice: https://www.cubecart.com/extensions/plugins/currently-trending-products-carousel https://www.cubecart.com/extensions/plugins/homepage-featured-products https://www.cubecart.com/extensions/plugins/homepage-random-products The location of the output could be changed if desired.
  23. This will happen on new installations if there are no Shipping extensions installed. A newly installed store has no shipping or payment gateway modules. Please visit the Extensions department at the Marketplace and install at least one of each.
  24. So, for a category record in CubeCart_category table, the 'cat_image' value could be an integer other than zero. Take note of an integer value, such as 36 for example. Then, in CubeCart_filemanager, find the record with file_id of the integer value noted earlier (36, for example). The 'filepath' column must be null or have the name of an actual folder. Does this record exist?
  25. There may be an issue with the database. I hear you say that you can verify that an assigned image will still be selected when returning to edit that category. So, the database should be structured correctly and hold valid data. That leaves the possibility that 'subcategory' images are not being created. In the folder /images/cache/, look for a filename that starts with the name of the master image of a category, and has a .105.jpg ending.
×
×
  • Create New...