Jump to content

goober999

Member
  • Posts

    305
  • Joined

  • Last visited

Everything posted by goober999

  1. Clear your browser cookies /Goober
  2. make sure that the url for your website includes www and your config.inc.php file also has www in the url name Thanks /Goober
  3. Hi, You should try setting up only one product and setup colors as options. Then, when a customer visits your site they will be able to choose product color as an option from a dropdown box. Thanks /Goober
  4. This keeps customer details at the time of purchase, they can change their address or name after the purchase and you would not know where the order was actually shipped and to whom. /Goober
  5. find $record["showFeatured"] = $db->mySQLSafe($_POST['showFeatured']); insert after $record["ink_colour"] = $db->mySQLSafe($_POST['ink_colour']); Good luck /Goober
  6. Check the includes/global.inc.php file. Make sure you have www in the site url. /Goober
  7. Due to the forum rules I cannot answer that question. I will PM you with details Thanks /Goober
  8. There mods over at .org that will allow you to assign your customers to dealer groups and after they login they will see dealer pricing while all other will see regular pricing. Just look around, you'll find them /Goober
  9. Hi, You will need to edit the this file skins/Killer/styleTemplates/content/categories.tpl There find this line: <!-- END: sale --> Insert below that line this code <td class="topCatsTabLeft">Â </td> <td class="topCatsTabMid"><a href="http://www.yoursite.com/yourpage.thml" class="txtCat">Your link name</a></td> <td class="topCatsTabRight">Â </td> Edit the above link details for with your own page. Save the file to your web site. That's it /Goober
  10. Thanks Sir Willial. I have CSV import and have been playing around with that ahead of site lancuh and it works well. For the above work, are we talking about a great deal of development work ? Dave PM sent
  11. There is no need for a mod or big bucks. Eventhough CC does not have a banning feature you can always ban the customer's IP from you hosting's control panel. I know cPanel has that. If you don't have cPanel, just look around the control panel from your hosting provider you may find something similar. thanks /Goober
  12. My condolences to her family and loved ones. Andi you will be missed and remembered Thank you Ansuk...
  13. Check over at CubeCart.org Forums. They may be able to help you there. Thanks /Goober
  14. This error is a result of MySQL v5 configuration. If you have access and are able to comment out the following line in my.ini: # Set the SQL mode to strict sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_E NGINE_SUBSTITUTION" it will resolve this problem. Will give it a try but will have to see what effect it will have on the other users on our servers! Actually sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_E NGINE_SUBSTITUTION" is already set! Any other ideas? That's the problem. the fact that it is set. make it like this. Thanks /Goober # Set the SQL mode to strict # sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_E NGINE_SUBSTITUTION"
  15. Al, I don't think this is the only place where the problem is. If you try adding a new product with out setting any of the values other than product name, the insert will fail on all numeric fields. price, sale_price, stock_level and such. The problem is causedby the following setting in MySQL v5 my.ini file: Commenting out the above setting resolves this problem. Many CubeCart operators will not be able to change this setting. I belive the only "correct" solution to this issue is placing default values for numberic fields into the code and not relying on the defaults of the database tables. The above is only my opinion. Thank you for your support /Goober # Set the SQL mode to strict sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_E NGINE_SUBSTITUTION"
  16. This error is a result of MySQL v5 configuration. If you have access and are able to comment out the following line in my.ini: # Set the SQL mode to strict sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_E NGINE_SUBSTITUTION" it will resolve this problem.
  17. Hi, Just checked the site and shipping appears to be working. are you still having a problem? /Goober
  18. Check all of the URLs in your configurations both http and https. Make sure that they are all the same. Example: http://www.yoursite.com https://www.yoursite.com If your url changes from http://www.yoursite.com to https://yoursite.com the cookie will be lost. If you find that the www is missing from one of your urls, change the code back, update the urls and then check the return from paypal. Thanks /Goober
  19. Hi, First, backup your database or at least export the inventory table. just in case. Then try this sql statement: update `store1_CubeCart_inventory` set productCode = right(productcode,3) change the name of the inventory table to match yours. The above statement will chop the first 3 characters of the product code. Good luck /Goober
  20. The owner of adshomepage.com, Matt Smith skybox007, has stolen and is selling my software as his on his website. http://www.adshomepage.com/cubecartplus He completely stole everything from my website, http://www.alexgoldberg.com/cubemods/ including my bio and my software. Please help me stop him. Thanks Alex Goldberg
  21. goober999

    PHP editor

    I use UltraEdit32. I find this editor to be the best. Thanks /Goober
  22. Yes, This can be done out of the box. Just use "Shpping Per Price" module. It does exactly what you are looking for. thanks /Goober
  23. This is a windows system file and is not required for cubecart. Do not copy it to your website. /Goober
  24. o Integrate with shipping CubeCart integrates with UPS. o Allow multiple shipping options on individual orders Yes o 50-day retention on cart contents No o provides a list of suggested products based on items already in the shopping cart Related Products Mod o provide an alert to us if order qualifies for flatbed or common carrier shipping No, But could be modded o e-mail confirmation of order Admin and Customer recieve emails, I think. o ability to set up specials and discounts confirmed by a code at checkout Goober coupon mod $20 o SEO-friendly Search Engine Friendly URLS mod and goole sitemap (thanks evilhomer) o Unlimited number of products, or a high enough threshold so we can add more products in the future I am guessing this won't be a problem o Ability to calculate discounts for volume purchases Yes, Goobers or Estelles mod o Order notes can be entered by customer with special instructions Yes, Estelles mod o Generate automated e-mail with UPS tracking information Not sure o Apply tax by zip code (within the state of Ohio) I think there is a mod for that, not sure o Provide an alert to us if customer is tax exempt No, but could be modded o Customers can review and rate products, with reviews checked by administrator prior to posting Goobers mod
  25. I fixed it for you. /Goober
×
×
  • Create New...