Jump to content

Search the Community

Showing results for tags 'cubecart v6'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • CubeCart News & Announcements
    • News & Announcements
  • CubeCart Support Forums
    • Issue / Bug Reporting & Feature Requests
    • Install & Upgrade Support
    • Official CubeCart Hosting
    • Technical Help
    • Customising Look & Feel
  • CubeCart Extension Marketplace
    • Visit the CubeCart Extension Marketplace
    • Extension Discussion
    • Developer Forum
  • General
    • General Discussion
    • Show Off

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Location

  1. After successfully doing the upgrade, I was doing some regular maintenance. When I "Rebuild Sitemap" it returns Blank Page then I reload the page and get the warning "Security Alert: Possible Cross-Site Request Forgery (CSRF) or browser back button used." And it returns me to the Dashboard. The other maintenance items do not return errors. Thank You in advance for your assistance
  2. I am trying to set the order of my latest items on the front page, but when I hit save they all revert back to zero's and the display order that I selected does not reflect on the front page
  3. Hi Brian, I just upgraded to CC6.11 and the lines in the following file are different for the prev::next coding. Where exactly does this code go now? All the other code was ok. I think I know, just want to be sure. Thanks in advance! /classes/catalogue.class.php, at the bottom of the getCategoryProducts() function: Was in 6.12: $productList = $this->getProductData($list, 1, $order, $per_page, $page, true); } return (isset($productList) && is_array($productList)) ? $productList : false; } Changes to be made: Now: $productList = $this->getProductData($list, 1, $order, $per_page, $page, true); } $GLOBALS['session']->set('last_visited_category',$category_id,'client',true); $GLOBALS['session']->set('last_visited_category_product_ids',$list,'client',true); foreach ($GLOBALS['hooks']->load('class.catalogue.category_product_list_return') as $hook) include $hook; return (isset($productList) && is_array($productList)) ? $productList : false; } Now code in 6.11: foreach ($GLOBALS['hooks']->load('class.catalogue.category_product_list') as $hook) include $hook; $productList = $this->getProductData($list, 1, $order, $per_page, $page, true); } foreach ($GLOBALS['hooks']->load('class.catalogue.category_product_list_return') as $hook) include $hook; return (isset($productList) && is_array($productList)) ? $productList : false; }
  4. How do I change the text on the Add to Basket button to Add to Cart
  5. I got a big red banner when I logged in to my Cube Cart installation a few days ago. It told me that my current version 1.1.0 was outdated and I should upgrade to 1.1.1 I read the release and thought, Great I'll update now. So I went to Maintenance | Upgrade And The system says "Your store is currently using the latest version. Please click force upgrade to restore to the default code for this version." So I tried a "Force Upgrade" and I'm still running 6.1.0 Any ideas why I can't upgrade? Or how I can upgrade? Thanks!
  6. I am trying to create a new language, but I cant seem to figure it out why it's not working. Basically I want to create a Norwegian language. I add the little info I am suppose to, hit save, and the languages turns a little crazy on me. New language picture is "unknown", text says "Norsk" and language is enabled, but cant edit. When I go to Store front, i get "Norsk" as text, but with the German flag. Now I am also unable to delete the language from back office. Anyone familiar with this behaviour? Elviz
  7. Hello Last week I upgraded to CC6.1 I have found the following issue with the red banner in admin section and wonder if anyone else has seen this. Please see the image attached. You can see the missing image which is in the list below. I also tested that it can still be downloaded. When I first saw the red banner I immediately drag and dropped another image to the site, so that is why there are two listed. I like the drag and drop upgrade to 6.1.0 Where to start? regards Duncan
  8. I have my latest products listed on the front page but it doesnt show enough of the description, how can I make more show? It is currently only showing about 30 characters
  9. I've just upgraded from 6.0.9 to 6.1.1, store ADMIN is fine but store FRONT is blank. No errors in Admin error log. I have looked through the forum and found the method of creating an error log using ini-custom.ini.php that produced the below log. Following it through it looks like an issue validating extensions (the rouge extension was something i had to remove immediately on install as it bricked my store (this was back in June), to be fair i think i was running a low PHP issue so not developers fault (now running PHP 5.5). I was warned that this crude removal might cause some entries in the error log. Is this likely to be related to having no store front on upgrade?, or am i on the wrong track. Running an old mySQL version (5.0.1) is that another possible issue?
  10. Hi Have been working for several hours on making a local installation (Ubuntu 16.04.1LTS) of CC6.1.0 work fully... CubeCart Version 6.1.0 PHP Version 7.0.12-1+deb.sury.org~xenial+1 MySQL Version 5.5.5-10.1.18-MariaDB-1~xenial Image folder size 89.92 KB Download folder size 0.00 KB Max. Upload filesize 2M Browser user-agent Mozilla/5.0 (Windows NT 10.0; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0 Server Software Apache/2.4.18 (Ubuntu) ... can login to admin no problem, many facilities available eg. full dasboard, add/modify categories/products etc but MANY things are missing eg. cannot view the products, for example a call from the storefront (ie. index.php operates correctly) for the test product, gives a server 404 page... Not Found The requested URL /store/test-category/test-product.html was not found on this server. Apache/2.4.18 (Ubuntu) Server at 127.0.1.1 Port 8088 ... also eg. error log, when selected from the side of the dashboard just gives a blank page and there are many links which do only this. Could anyone offer any ideas as to why I have this weird, partially operating test store ? (BTW: the bits that do work look excellent :-) ) thanks, RetroRocker
  11. Hi, I am seriously concidering changing our e-commerce platform from PrestaShop to either CubeCart or OpenCart. I have been playing around with CubeCart, and so far I think I like it. The back-office is pretty straigth forward and to the point, which I like. However it need to tick some boxes before setting sail on this swap project, so I was wondering if there is an easy way to add JS and CSS files to the "Documents" section of cubecart? It it the "main.php" in the skin folder i need to add the info, or is there another more suitable place? Thanx in advance / Elviz
  12. When I go the responsive version of my site, the menu is not there at all and no way to view the cart
  13. Hi all, I run a food club and customers place their orders and at the end of the week we lock the site down and fulfill the orders and the customers pick up. We would like a way to create a report for ALL products ordered for that week on one page. This way we can submit it tor our farmer more easily without having to open each order. New to this, so there may be a way to do this and I am just missing it.. Thanks
  14. Hi, I currently use Australia Post shipping mod via Pre-paid bags. However, I often find these are too expensive to use for most of the small items in my store. Does the standard cube cart shipping module allow me to ship by weight, setting my own price? For example, < 200g < 300g <400g etc. Any guidance much appreciated rgds...
  15. Hi, I am trying to improve the display function of the sub category of the top horizontal menu. Basically I have several sub categories and sub sub categories. When viewed on a desktop, it is really not user friendly as the foundation css is a cascade over the content page already full of images and text. See image below: I think it would be best if the sub category section was 100% width to mask the content underneath. I have tried to play with the css top-bar-section with no luck. Does anyone know which css attribute I should change ? Many thanks S.
  16. Hi averyone, thanks for read this message, I upgrade to de new version and after that, I can not acces to the Login.php page, the web works but it is un accesible , can you help me in that, I check the admin.php but I do not know how can solve this. please see bellow <?php /** * CubeCart v6 * ======================================== * CubeCart is a registered trade mark of CubeCart Limited * Copyright CubeCart Limited 2015. All rights reserved. * UK Private Limited Company No. 5323904 * ======================================== * Web: http://www.cubecart.com * Email: [email protected] * License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html */ ## Don't let anything be cached header('Cache-Control: no-store, no-cache, must-revalidate'); header('Cache-Control: pre-check=0, post-check=0, max-age=0'); header("Expires: -1"); header("Pragma: no-cache"); header('X-Frame-Options: SAMEORIGIN'); // Do NOT allow iframes ## Include the ini file (required) require 'ini.inc.php'; define('CC_IN_ADMIN', true); ## Include core functions require 'includes/functions.inc.php'; ## Include admin presession controller include CC_ROOT_DIR.CC_DS.'controllers'.CC_DS.'controller.admin.pre_session.inc.php'; $feed_access_key = $GLOBALS['config']->get('config','feed_access_key'); $feed_access_key = (!$feed_access_key) ? '' : $feed_access_key; if (Admin::getInstance()->is() || (isset($_GET['_g']) && $_GET['_g']=='products' && $_GET['node']=='export' && !empty($_GET['format']) && $_GET['access']==$feed_access_key && !empty($feed_access_key))) { if (version_compare(PHP_VERSION, '5.4') >= 0) { error_reporting(E_ALL ^ (E_NOTICE | E_DEPRECATED | E_USER_DEPRECATED)); } else { $GLOBALS['main']->setACPWarning("WARNING: PHP ".PHP_VERSION." detected. Please upgrade to PHP 5.4 or above."); } include CC_ROOT_DIR.CC_DS.'controllers'.CC_DS.'controller.admin.session.true.inc.php'; } else { include CC_ROOT_DIR.CC_DS.'controllers'.CC_DS.'controller.admin.session.false.inc.php'; $GLOBALS['smarty']->display('templates/'.$global_template_file['session_false']); exit; } // Render the completed page if (!isset($suppress_output) || !$suppress_output) { $GLOBALS['gui']->displayCommon(); $GLOBALS['smarty']->display('templates/'.$global_template_file['session_true']);
  17. When I delete the file font-awesome.css from my custom skin (based on Foundation) my Prev::Next buttons disappear. I deleted the file because it was not with the Foundation skin in CC6.10 since it is no longer needed. Any modifications so I can delete the font-awesome file? Thanks
  18. I got this error after I upgraded. [29-Oct-2016 11:13:47 America/Louisville] PHP Warning: array_keys() expects parameter 1 to be array, boolean given in /home1/xxxx/public_html/admin_xxxxxx/sources/dashboard.index.inc.php on line 311 Any thoughts?
  19. Since I upgraded to CC6.10 I have gotten the follow error over 700 times in my control panel error log. [28-Oct-2016 11:25:31 America/Louisville] PHP Warning: preg_match() expects parameter 2 to be string, array given in /home1/nest/public_html/classes/cache/file.class.php on line 204 Thanks for any help or advice
  20. Is there a reason why in skin.main.the call for {include file='images/icon-sprites.svg'} is in the body but for main.checkout it is in the header and body. Just curious. Is it ok to delete it from the header in main.checkout?
  21. I use the All In One Shipping plugin. In my store I sell alot of one of a kind items that are different weights and sizes. I only ship to the United States (but offer international on a order by order) basis because of different countries rules, size and weight restrictions. I was looking at the USPS Plugin and noticed there is a field for handling, size etc. Do these filled in fields apply to each item in my store? Or can I set them for each item? I can't charge $2.00 handling for a small bottle of scented oil but I could for a vintage telephone. What If my package is over 12 x 12 x 12. Will the plugin automatically charge for the larger size package? And will it automatically apply dimensional weight? I'm thinking I need to stick with the All In One Shipping but I'd like to now if anyone can help me with this. Thanks in advance!
  22. Hi! Looking at the new stuff in the update, it looks great! I am about to upgrade from the most recent version 6.0.12 to 6.1.0 I have been using a slightly customized skin of the standard one, and want to know if I need to add the changes to the customized template I am currently using to the new upgrade. The customizations are mostly some text, and some boxes, as well as a couple of links (like a link going to my WordPress page on the cart). Thanks!
  23. It's been a few years since I used cube cart and so far I like it but I have tried time and again for two days to change or create a new document in CC6 under File Manager / Documents. Whenever I try to add or change an image, it will not let me save, or cancel or anything. There is also some foreign language in the text area that does not help. Here is what it says: Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas feugiat consequat diam. Maecenas metus. Vivamus diam purus, cursus a, commodo non, facilisis vitae, nulla. Aenean dictum lacinia tortor. Nunc iaculis, nibh non iaculis aliquam, orci felis euismod neque, sed ornare massa mauris sed velit. Nulla pretium mi et risus. Fusce mi pede, tempor id, cursus ac, ullamcorper nec, enim. Sed tortor. Curabitur molestie. Duis velit augue, condimentum at, ultrices a, luctus ut, orci. Donec pellentesque egestas eros. Integer cursus, augue in cursus faucibus, eros pede bibendum sem, in tempus tellus justo quis ligula. Etiam eget tortor. Vestibulum rutrum, est ut placerat elementum, lectus nisl aliquam velit, tempor aliquam eros nunc nonummy metus. In eros metus, gravida a, gravida sed, lobortis id, turpis. Ut ultrices, ipsum at venenatis fringilla, sem nulla lacinia tellus, eget aliquet turpis mauris non enim. Nam turpis. Suspendisse lacinia. Curabitur ac tortor ut ipsum egestas elementum. Nunc imperdiet gravida mauris.
  24. I just installed the latest cubecart for teh first time, and I understand the process of adding the products etc, I think this is a great product - but I have a couple of questions... I looked into editing the template files to fit in my own header and footer, but could not find the tpl files, and as this job is a time sensitive thing I am putting that on the back burner to completely learn how to do it. But I would like to have my own style front page based along the lines of the current demo I have at http://2016.carolinawreath.com/ Questions... How can I carry through the styles of that navigation bar into the inner pages? How can I make this page be the main home page link? Thanks!
  25. Hi, I have greatly modified my public_html/language/definitions.xml and really do not look forward to the edits when i upgrade to CC6.1.0. Is there a way to create another file to put all my edits in so I don't have to do that all the time? if so how? Thanks in advance
×
×
  • Create New...