Jump to content

Dirty Butter

Moderator
  • Posts

    6,634
  • Joined

  • Last visited

  • Days Won

    139

Everything posted by Dirty Butter

  1. If you are like I am and don't have experience changing Index Keys on the tables, it's a good idea to backup or make a COPY of your database before trying to make each of those changes. If something goes wrong you will be able to recover.
  2. I'll mark this as resolved. But if you find your method cumbersome, you can always comment again here and I'll remove the resolved until you are satisfied.
  3. Have you edited the Order Confirmation email? Look in the Source Code(top left icon on the email template screen): <table border="0" cellpadding="3" cellspacing="0" width="100%"> <tbody> <tr> <td><strong>Item</strong></td> <td><strong>Quantity</strong></td> <td><strong>Cost</strong></td> </tr> <!--{foreach from=$PRODUCTS item=product}--> <tr> <td>{$product.name}<br /> {$product.product_options}</td> <td>{$product.quantity}</td> <td>{$product.price}</td> </tr> <!--{/foreach}--> The foreach should cause the list to show all products ordered.
  4. You will need to change the permission on your global.inc.php file to 744 in order to be able to change the naming to what you want (DO NOT GO BACK TO PLAIN ADMIN). After you have saved your file with your naming, change the permission back to 444. Also, when you have all the naming for the admin_XXX folder and file set to what you want - be sure there is not an additional old folder hanging around named admin or a file named admin.php. (Not everyone is getting these leftover file/folders messes) They need to be deleted ONCE YOU ARE SURE you can login to the Dashboard with YOUR renamed admin_XXX.php.
  5. Sorry you are having problems. It is more likely that the problem is with your email setup in Admin>Store Settings>Advanced, rather than the contact form. Have you saved your settings and THEN run the email test? What Sending Method are you using? Your OutgoingPort may not be the default - your host will have that information somewhere in cPanel. How about Authentication?
  6. Looking at the file compare of 6.0.11 and 6.15: This line in 6.1.5 $query = $q2.' '.$order_string.' '.$limit; Is like this is 6.0.11 $query = $q2.' '.$limit; Could THAT be it?
  7. "Migrated so many people from Hostgator that have lost count !" Including me!
  8. I messaged you in November, Al, with links to several threads on the forum of people having issues with the re-naming on 6.1.1.
  9. The Search that Bsmither built for me uses RLIKE instead of Fulltext. Looks like your 6.0.10 does as well. I don't use Relevance, either. When I get a chance I'll run a file compare of the two catalog.class.php files.
  10. If you are on a recent version of CC your install may have renamed the admin folder and the admin.php file. Look in your includes/global.inc.php file and see what the naming is there. If it's not picao and picao18.php - sounds like you are right that you've been hacked.
  11. I'm on 6.1.5 and can search on our plushcatalog successfully for TY, but my Search is NOT stock. My server ft_min_word_len = 3.
  12. The letters in between all the diamonds (kz,zv,zg) appear to be country abbreviations. Would that help track it down?
  13. I've upgraded both our stores to 6.1.5, so I just checked both of them on Edge, Facebook, and Chrome. Mine are working the way they should - emptied the basket and did not have to refresh to see an empty cart. I just tested your store with FireFox, and it worked properly.
  14. I'm closing this thread, but developers can respond on https://forums.cubecart.com/topic/52199-additional-options/
  15. I took the truncate:38:"hellip;" part off a long time ago, if you want to see what it looks like without it. dirtybutter.com/plushcatalog
  16. I need help trying to merge the 6.1.5 changes in where unset($content) is in your tweak to get ReplyTo
  17. Yes, it's a Foundation skin. Try searching on our plushcatalog (link in sig) for green frog.
  18. Hmmm - mine says "Loading". My 6.1.4 install is far from stock, but I've not made any changes that would effect this as far as I know.
  19. I run 2 off of one PP account, but they have always been in lockstep with each other as far as versions go. I don't think there should be a problem, but I'm not knowledgeable.
  20. Ask for help here as well: CubeCart Unofficial Third-Party Services
  21. I'm using the code edit on 6.1.4 and it works. There are TWO places in the file that have to be edited (based on a comment I made in my install). I tried searching in the forum for Bsmither's code edit, but I'm not finding it.
  22. Are you able to manually download and ftp folder to plugins and install that way?
  23. Glad it was that simple. Is this thread still open or resolved?
  24. Resolved? Did you fix the problem? If so, please summarize how it was fixed, so your thread might help someone else.
×
×
  • Create New...