

Dirty Butter
Moderator-
Posts
6,630 -
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
53,972 profile views
Dirty Butter's Achievements
-
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/ -
Dirty Butter started following Plugin "Bank Transfer" leaves products in cart , Question about Pending Orders , Tweak to Change Online Customers as default statistics and 1 other
-
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. -
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 *}
-
I apologize - didn't understand your need at all. Good luck!
-
I slightly modified the Basket page to make the Shipping Estimate more prominent. This was my way of handling people who write wanting to know what shipping will be.
-
I use Standard module.