

Dirty Butter
Moderator-
Posts
6,634 -
Joined
-
Last visited
-
Days Won
139
Dirty Butter last won the day on August 12 2021
Dirty Butter had the most liked content!
Profile Information
-
Gender
Female
-
Location
USA
Recent Profile Visitors
54,972 profile views
Dirty Butter's Achievements
-
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?
-
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.
-
listing number of products in shop
Dirty Butter replied to tucstore's topic in Customising Look & Feel
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. -
That's something Bsmither shared some time ago here.
-
6.28 to 6.29 Upgraded partially. Database still 6.28
Dirty Butter replied to B.F's topic in Install & Upgrade Support
Personally I would suggest Noodleman. You will find his contact info here and also on his extensions. https://forums.cubecart.com/profile/39281-noodleman/ -
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)?
-
Tweak to Change Online Customers as default statistics
Dirty Butter replied to Dirty Butter's topic in Technical Help
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. -
Tweak to Change Online Customers as default statistics
Dirty Butter replied to Dirty Butter's topic in Technical Help
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: -
Tweak to Change Online Customers as default statistics
Dirty Butter posted a topic in Technical Help
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); -
Strange that the Developer Network Tool did not record that attempt to go to SemperFi. But that was definitely the problem.
-
I DID still have the SemperFi Update extension active. That fixed it. THANKS AL!!
-
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”.
-
Need an update to an echeck capture payment module for our store
Dirty Butter replied to valuetob's topic in Developer Forum
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.