Jump to content

Dirty Butter

Moderator
  • Posts

    6,634
  • Joined

  • Last visited

  • Days Won

    139

Everything posted by Dirty Butter

  1. That should work!! I also found I could fix it from the Excel file by using CONCANTENATE. But your fix is much simpler. I appreciate it!!!
  2. I installed the importer and made a test of one listing. Everything worked except the image. The CC csv file only gives the Russ/russ34502hoppingofftosweetdreamspinkwhitepolkadotblankiepuppet.JPG But for WP to access the image it needs to be the whole url: https://plushmemories.com/lovie-shoppe/images/source/Russ/russ34502hoppingofftosweetdreamspinkwhitepolkadotblankiepuppet.JPG Is there an easy way to fix this?
  3. Thank you for your well wishes Al, and thanks for the link and your many years of help, Bsmither. I will try a test export/import of one item and see how it goes. The sample csv they provided certainly looks doable.
  4. I need to explain what I've been doing for many years. We have been selling like new plush animals and soft dolls for about 20 years online. We've also been helping people find lovies for most of that time. Our store is a CubeCart store. We started out helping people find lovies on our blog, which eventually turned into a Wordpress site with several thousand entries. Our store gets a few sales a week, but our free Plushmemories Lost Toy Search Service gets thousands of hits. The Search Service got too big for me to handle on my own, so I moved to Facebook and now have a group there of about 20,000 members and several admins and mods. I keep the Wordpress site open, because there is a wealth of information there on vintage toys that helps people search for one they want to find. The WP site now directs interested people to connect with our group on Facebook. Now I have reached a point where I need to close my store. Unlike normal store behavior, I have kept ALL our listings for the last 20 years active, even after we were out of stock. Those old sales listings also contains important photos and information for people who are searching. We get emails every day from people looking for those out of stock lovies. We send them to the FB group. I am ready to close my CC store. But I want to add all the title, description, and photo information from our store to the WP site as new posts. I have no idea how to do that.
  5. Is this what you had in mind? Look at the top of the left hand column. https://plushmemories.com/lovie-shoppe/index.php If so, Bsmither gave me that code and I can hunt it up for you.
  6. That's something Bsmither shared some time ago here.
  7. Personally I would suggest Noodleman. You will find his contact info here and also on his extensions. https://forums.cubecart.com/profile/39281-noodleman/
  8. I'm trying to help someone buy from us from a country we don't normally do business with. I have required that they be PayPal verified. Does a Pending order for the ONLY ONE in stock prevent someone else from being able to order it and pay for it (before the first buyer's verification process completes)?
  9. Interesting! I didn't realize there were places that the link will not break to a new line. I don't see any consistency in what does and does not wrap to the next line. I know there's a code for nowrap, but I guess there's no way to force wrapping. It's a minor issue - just looked so simple to fix and obviously isn't. Thanks for fixing the REAL issue - loading time is reasonable now.
  10. This is MUCH better! One last bit of help if you have the time: I expected to be able to change the <td> for Location in statistics.index.php to <td width="xx"> with whatever number would make a decent size column. But nothing I have tried has made any difference. This is what it looks like without any adjusted column width:
  11. I prefer to keep a long term list of Customers Online in Statistics, as I can sometimes tell what toy someone looked at but had trouble buying. I can then email them and possibly get a sale. But the tab defaults to Bots AND Customers. That slows down loading a large number of entries. It seems like there ought to be a way to default the tab to Customers Only. I have fiddled with the if/else in statistics.index.inc.php, but have not been able to figure it out myself. if (isset($_GET['bots']) && $_GET['bots']=='false') { $filter = '(S.session_last > S.session_start) AND '; $GLOBALS['smarty']->assign('BOTS', false); } else { $filter = ''; $GLOBALS['smarty']->assign('BOTS', true);
  12. Strange that the Developer Network Tool did not record that attempt to go to SemperFi. But that was definitely the problem.
  13. I DID still have the SemperFi Update extension active. That fixed it. THANKS AL!!
  14. Logging in is a PAIN. I turned on the Network status in Developer Tools and the Get for my renamed admin screen took over 2 minutes to complete. Everything after that sped right along. Any ideas why that is taking so long? Anything I can do to speed that up? I'm on 6.4.4. I did find this error message in the Developer Tools regarding my renamed admin login file. This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”.
  15. I have an old one from Toucan that is still working as far as I know. I have kept it updated as CC changes requried it. eCheck payments are pretty rare for us, but we did have one with the version berfore the last upgrade I think.
  16. I use Beyond Compare 4 to show me the difference between my last customized version and the new CC version. That way I can move my customizations over to the newest version. Here's a sample of the way I mark all my edits for easy copying to the upgrade: <div class="clearfix" id="checkout_actions"> <div class="show-for-medium-up"><a href="{$STORE_URL}/index.php?_a=basket&empty-basket=true" class="button alert left"><svg class="icon"><use xlink:href="#icon-trash-o"></use></svg> {$LANG.basket.basket_empty}</a></div> <div class="show-for-medium-up"><button type="submit" name="update" class="button secondary left" value="{$LANG.basket.basket_update}"><svg class="icon"><use xlink:href="#icon-refresh"></use></svg> {$LANG.basket.basket_update}</button></div> {* CONTINUE SHOPPING OLD <div class="show-for-medium-up"> <a href="?" class="button alert left">{$LANG.basket.continue_shopping}</a> </div> NEW ONE IS FIRST IN STOCK *} <div class="show-for-medium-up"><a href="{$STORE_URL}/index.php" class="button left"><svg class="icon"><use xlink:href="#icon-home"></use></svg> {$LANG.basket.continue_shopping}</a></div> <div class="show-for-small-only"><button type="submit" name="update" class="button secondary left" value="{$LANG.basket.basket_update}"><svg class="icon"><use xlink:href="#icon-refresh"></use></svg> {$LANG.common.update}</button></div> <div class="show-for-small-only"> <a href="?" class="button alert left">{$LANG.basket.continue_shopping}</a> </div> {* END CONTINUE SHOPPING *}
  17. I don't really understand any of this stuff. I have had it all setup for years - Analytics, Merchant Center, Google My Business, Webmaster Tools, and Adwords. But I can't honestly say it's been very useful other than to take my money for Adwords. I even tried not advertising at all for a while, so I can say Google ads DO get us some business. Enough to justify the expense is a question I have never been able to answer.
  18. I would like to be able to track when the Checkout button is clicked, and this appears to be the set of general directions from Google. BUT I don't know if the plugin already does that, or if the Event Send To blank has anything to do with that at all. https://support.google.com/google-ads/answer/6331304?hl=en
  19. Missed this update somehow and just now fixing. What is supposed to go on the Event Send To line of this plugin?
  20. Never mind - I found my mistake. I did not change this part to MY custom seo path DUH!
  21. I've copied the snippet code over to a test 6.2.1 site and created the corresponding document. The document is enabled but not showing on the storefront. I can input the url on the storefront and it shows properly. But when I intentionally search for a junk word, it goes to the 404 page, not the document. This happens on the stock install as well. Something must be different in 6.2.1, but I don't have an idea what it is.
  22. I have no idea where this folder came from. A plugin? CubeCart? If it's supposed to be there, what is it for?
  23. So exactly what should it be set to? I have INDEX when I edit it. Is that right?
  24. Yes, I'd like to have it on the homepage for Latest. Category and Search results listing date might be nice, but not as important to me.
×
×
  • Create New...