Jump to content

mitchellds

Member
  • Posts

    40
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Augusta, Georgia, USA

Recent Profile Visitors

2,340 profile views

mitchellds's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. I gotta tell ya, that was super simple. Upgrade went quick and without a single hitch! Good job, Al!
  2. I am finally ready to upgrade. Anything special I should know before I click on the Upgrade Now button? Thanks for the help in advance! Darren Mitchell WARNING: Your store is not up-to-date, v5.2.4 is available, but you are running v5.1.4
  3. Did a little research and here is the SQL command that I used (everything works as advertised now)! UPDATE `cube_CubeCart_inventory` SET `use_stock_level`=1 WHERE `status`=1
  4. Wow! I can't believe it was that simple. I thought the purpose of a product's "Use Stock Level" flag was to flag the admin when stock levels are at or below the stock level warning. This flag would then appear in the stock warnings tab. But you are right on target, I checked the item with the red X and then checked it with a green "check." Now, to get everything updated correctly...is there a way to compose a SQL command that will find all records where "Status" is ENABLED - then, update the found records by changing the "Use Stock Level" field to ENABLED? I plan to use phpMyAdmin to run the SQL command. Again, thanks very much for your help! You are awesome!
  5. Thanks for your quick feedback! I have attached a couple more screen shots of my current configuration.
  6. V: CubeCart 5.1.4 Check out the attached screenshot. For many of the products in my inventory, I have entered a negative number (this number reflects the current inbound inventory - this is a one time solution as I initially populate my inventory). Here's the problem: for a given product with a negative number of products on hand, customers are still able to add this product to their shopping cart. For example (reference the attached screenshot), I have 35 of these antennas on order (thus the -35 count), yet a customer is still able to add this item to their cart. I am sure the software checks to make sure the number of items on hand for a given product is greater than zero in order for a customer to add it to his/her shopping cart (unless, of course, the system is set up to allow out of stock purchases - which my store is NOT). I also have the "Hide out-of-stock" product checkbox checked but, as you can see, if the inventory is a negative number, the item is not hidden. Any ideas?
  7. Absolutely PERFECT! Thank you very much, bsmither...as usual, you have been a tremendous help!
  8. V: CubeCart 5.1.4, clean I'm interested in appending the condition code to the product name on my site at XebraParts.com. I do realize that when you click on a specific product, the condition code is listed. I'm looking to make this improvement 'one level up' in the product catalog. For example: for each product, I need to display the product name plus the condition code in parenthesis. I have attached a screen shot of the way I am interested in making the improvement...unless someone out there has a much more simple, better idea that will allow me to accomplish the same goal.
  9. V: CC 5.1.4 clean Recently, I have been noticing an elongated rectangle on my CubeCart admin pages. See the attached screenshot. When I pull up the code in Google Chrome, this is what I get: <div id="ui-datepicker-div" class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all ui-helper-hidden-accessible"></div> Any ideas what is going on here?
  10. Thanks, bsmither! I made this change as well. The mouseover capability was driving me nuts...the click functionality works much better.
  11. V: CubeCart 5.1.4, clean It would be very nice if CubeCart had built-in functionality to do the following: About 14 days (or whatever value the administrator sets) after an order is marked Order Complete, CubeCart would automatically fire off an email message to the customer asking if everything is A-OK with their order. It would also be important that if the customer replies to the message, that the reply-to email address is automatically provided for them (like: [email protected]). Here is an example: Subject: Everything A-OK? Hey {customer's first name would go here}, I want to make ABSOLUTELY certain that your XebraParts.com order arrived on time and that you are happy with every item you purchased. Your feedback helps us improve our products and service. If there is ANYTHING I can do from my end, simply reply to this message just let me know. Thanks again for your order! Darren Mitchell [email protected] XebraParts.com Reference order # {order number would go here} placed on {order date would go here}.
  12. V: CubeCart 5.1.4 Clean Go to Settings, Store Settings, Extra Tab. Where you set the options for Product Clone, I'm trying to figure out what the option Redirect to cloned product details actually does. Any ideas?
  13. OK, got it. Thanks very much! Right now, I can't find any other problems that jumped up on the radar after my last database restore operation.
  14. OK, now that was cool! I've never used Notepad++ until today. Why in the world did Notepad++ work while Notepad did not? You gotta know, bsmither, that you've been a HUGE help! I sincerely appreciate it!
  15. OK, that did the trick. I did not insert that print_r function (or whatever it is called). More likely than not, it was either Al or someone on his team who inserted it while trying to figure out the duplicate Custom SEO URL problem. Only one more little glitch: if you check out http://XebraParts.com, at the very top of the screen, there appears to be a blank line that has mysteriously shown up (after I removed the print_r function). This blank line is throwing off the vertical size of the search box. Again, I made no changes to cubecart.class.php so I am guessing that whatever change was made by the CubeCart Jedi warriors has caused this little problem.
×
×
  • Create New...