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. Hey Folks, This post is slightly irrelevant but let me post it anyway. With CubeCart 5 or 6 which point of sale or inventory tracking software do you use in your shop? If you aren't using anything how many of you would be interested to use a point of sale system that is integrated with your cubecart store. Your feedback is greatly appreciated.
  2. A nice to have would be a feature that has images tied to the product options of a product. Additionally, the product option image appears in the image box when the customer has selected the option in the drop down list.
  3. Where can I see the system requirements for each version of CubeCart. I am particularly interested if Cubecart 5.2.17 will run on PHP 5.5?
  4. I just upgraded my store to 6.0.9 enabled caching and noticed that the Storefront appeared completely distorted. I then proceeded to the System Error Log and noticed that I have over 2000 messages which say: [Warning] /home/andromed/public_html/classes/cache/memcached.class.php:219 - Cache data not written (Memcached). I have disabled the caching and now everything is back to normal. What is the problem with the caching?
  5. I don't get into CubeCart often enough to remember where things are. I'm running V6 of CC. On the "basket" page there is text that reads "Gift Certificate or Coupon". My client would like it to read something different. Where can I go to change this? thanks!
  6. Where/how can I manage and send emails to customers once the dispatch has been made? I would like to add the docket number and url of the courier company to an email and have that sent to the customer for his/her tracking.
  7. I thought it would be easy to alter the wording on the bottom of the store emails/newsletters so instead of it reading Best wishes from the (store name) staff, however I just can't seem to find where to alter it. The store is Cubecart 6, Foundation Template.
  8. Hi, I have looked around the forum and want to change the $store url to my non store home page ie https:www.example.com.au/ instead of https:www.example.com.au/ store. I want to customer to be able to click on the LH icon and go to https:www.example.com.au/ leaving the house for the store home. I though it may have been box.navigation.php, but no. Also is it best to make a parameter like $STORE_HOME, if so how to do it.?
  9. restrict some items from using payment with PayPay The only have a few item not aloud to pay with paypal can i set the items to only pay with check? Ray
  10. I'm trying to force cubecart to auto login if a user has been authenticated by my site. I found this bit of code in user.class.php: //If there is a cookie for the username and they are not logged in if (isset($_COOKIE['username']) && !empty($_COOKIE['username']) && !$this->is()) { //If we haven't pushed the user to the login if (!$GLOBALS['session']->get('login_push')) { $GLOBALS['session']->set('login_push', true); //Try to have them login if (!isset($_GET['_a']) || $_GET['_a'] != 'login') { httpredir('index.php?_a=login'); } } }So I though all I needed to do was to create the username cookie in my site and bingo cubecart would pick it up and force a login. But it isn't working and I can't suss why.....
  11. For those wanting to run cubecart under nginx, the following code works for me to implement the seo: location ~ ^/(.+)\.html$ { try_files $uri /index.php?seo_path=$1&$args; } You still need your php configuration, not shown here. Cheers, Andrew P.
  12. Hey, I'm building a webshop for my bakery store. Is it possible to select the Option Attributes before entering to the product page itself. So you can choose these options in the product overview page and click add to basket, without having to enter the product page itself. Hopefully I've made myself clear. Regards Jan
  13. Has anyone else seen an issue where a product has several variants? cc6.08 When I click on <Buy> where a product has several options & I have not selected one of them, I used to give a message telling me that I needed to select a product option before buying. Now I get a different option depending on the browser - for example I get directed to a page with an error message (safari), or pops up a useless info box (edge) or does nothing (Chrome). It is fine if I click on <more info> and then select <Buy> the messaging is correct. Is this a bug? cc6.09 allows you to purchase without selecting an option?
  14. Hi, I have installed Cube Cart v6 and setup it up completely. I noticed that every time you click on "checkout" or "view basket" I get "HTTP 500 internal server error" I used foundation as my template. I tried the mobile version and it gave me a blank page. Any help?
  15. Hi I need to add $2.00 handling fee on orders under $25.00 does anyone know how or if there is a plugin to do that? Ray
  16. Hi can anyone let my know how I can Place a Comodo TrustLogo on my website? Comodo says to snippets of HTML code before your </HEAD> tag and this snippets of HTML code before your </BODY> tag I do not know were the doc is.
  17. I am using the Clean Skin and it utilizes the language file to hold the URL for the image links below the slider on the homepage. There is one image that I have which I would like to redirect to an external page on my site, but I want it to open a new tab. Can someone tell me how to do that? In the content.homepage.php file this is how it is originally coded: <a href="{$LANG.cleanskin.brand3_link}"><img src="{$STORE_URL}/skins/{$SKIN_FOLDER}/images/brand3.png" /></a>Is there a tag I can insert to open in a new tab? Thanks!!
  18. Hi Brian, This issue raised its ugly head a few weeks ago. I found that the category bar gives an unusual url when I am mousing over an item. On any page not just the front page gives the incorrect url. eg. https://www.harrisorganicwine.com.au/shop/ Hover over the word category sparkling gives https://www.harrisorganicwine.com.au/shop/sparkling.html where there should be no "m." I have not been able to find what turns it on and off, but it does come and go without any input from myself. As an example it appeared this morning and then I refreshed the page and it was gone, other times refreshing does nothing. I have tested this on another Pc too with the same error. However on other sections of the page, ie the latest product area or best sellers there is no issue. So there is some thing effecting the category bar . Todays error log is attached, noting there is an issue with the plugin area which I have asked Al at Cubecart to look into. Any thoughts where to check this out; possibly waiting until the plugin situation is cleared up, but I dont know which one may or may not be effecting these issues. error_log
  19. Hello there, Is there an easy way to have the product quantity field filled with minimum quantity? I have attached an image to make it clear. The field would come with a 10 instead of 1 in this example. Thanks.
  20. I updated a product file and clicked on replace products. I thought it would only replace the items in the file. Now my items are all gone except for the 130 that I thought I was updating. I tried to Restore the last database, but still no products. I did clear the cache after too. Is the a way to get all my products back without having to reinstall all the product files?
  21. Hi All, Can anyone tell me what file I need to go to to add content to the header in e-Shift?
  22. Hi All, I have a website that requires members to Login but then so does the CubeCart Shop. Is there an out of the box way of having an integrated login? kind regards Spike
  23. Hi there, I read a couple of posts about similar issues, but still, I can't get it to work. From the error_log: [06-Jan-2016 21:48:18] PHP Fatal error: FedEx Error: No shipping quotes could be obtained for 33173-3512, US in /home1/bribeiro/public_html/lumi/store/modules/shipping/FedEx/shipping.class.php on line 217 Line 217: trigger_error('FedEx Error: No shipping quotes could be obtained for '.$this->_basket['delivery_address']['postcode'].', '.$this->_basket['delivery_address']['country_iso'], E_USER_ERROR); I am in touch with Fedex here in Brazil and my account is good to go. I tried a couple of ZIP codes from Colorado and Florida but no change so far. I am shipping from Brazil and I have enabled only International options from the Fedex settings page. Thanks!
  24. Hello, I'm new to CubeCart and I have a problem. When a customer place an order, they don't get a order confirmation send to their email address. Only when I change the order status to "complete". How to I configure it so they get a confirmation immediately when the order is placed? I searched on Google but I can't find there a solution either... Thanks all. - Daan
  25. Hi All, I want to install e-Shift template. (Again). I had it installed, made a change or two like usual, and then it stopped scrolling with the mouse and the up & down arrows won't scroll either. I deleted it and reinstalled it, and it still won't scroll. Other skins work fine.
×
×
  • Create New...