Jump to content
thirty bees forum

Purity

Members
  • Posts

    104
  • Joined

  • Last visited

Everything posted by Purity

  1. I would like to make a 'discontinued' category so I can keep item pages up without them cluttering up space, or having to 301/404 them. Of course I could easily make the category, however, I don't wish it to show up on the category sidebar, but rather would like to link to it from my footer so it's less conspicuous. Is there an easy way to remove a single category from the sidebar while keeping the other ones in place?
  2. Not working for me. (both chrome & firefox) Says it's not redirecting properly. Homepage trying to redirect to https://naildots.com/items/ as mentioned above and fails.
  3. The patch of course works, but it seems to also disable the phrase c/o, which is a very valid and common way to ship in the USA when you're shipping to an address that isn't yours. Although it still works in the company box.
  4. I was getting hit with these too. Fix was really easy to implement. Thanks a lot for releasing this so quickly. You do all 3 of these. Do this one first: https://github.com/thirtybees/thirtybees/commit/c733d5360d5292c12bb6a899748d9094bc608e05 Then this one: https://github.com/thirtybees/thirtybees/commit/7ad147d991861e498e586f4dfc8ad1ff Then this one: (also edit the .js file here) https://github.com/thirtybees/thirtybees/commit/f04f1ded917b702465b2da6adfb7d573fdb974ad
  5. Great to see you've completed this module. I've been waiting for a one page checkout module for TB since the one I used on PS is not compatible. I was checking out the demo for it. Where is the account creation button in it? Are you able to create an account during the checkout process with this or is it a simply a guest checkout unless you're already logged in? The demo seems to be getting stuck for me on verifying email address. *edit* demo seems to be working now. I see how it works. Looks good. Might purchase it soon.
  6. I think I'm at the point where I'd like to start accepting international orders, at least to Canada, but the original PS 1.6 module seems to lack this functionality. I don't necessarily mind paying for a module but do any of you use one or do you simply do your best to set it up manually? I imagine manually wouldn't be very accurate with box sizes, etc. The modules available on the prestashop website don't seem very good, and I remember having troubles on 1.6 with even the PrestaShop coded USPS Pro one. So, I'm wondering if you guys use a module for this, and if so which one? Or if you guys do something else?
  7. You're not the first person I've heard say that about their API. lol
  8. Reporting back. Did some testing and then switched my live shop to php 7.1 As far as I can tell, it seems to work great with no problems. Have not tried php 7.2 yet though. Thanks guys.
  9. I am not sure about the technical side of this but I will say: This module used to report transaction information to PayPal. In recent updates, it does not. I just get the order total amount. By transaction information, I mean, the actual order details. (the items which are in the order) I am not sure about the address itself. I haven't noticed that in particular. I am not sure which way it is technically supposed to be, and either way, this does not bother me at all, but it definitely used to show up. I have proof of this in my PayPal history.
  10. Hey, I actually didn't know I could disable that with a simple GUI option. Thanks @toplakd
  11. Hello everyone, I have been using PHP 7.0 due to PayPal issues with newer PHP versions before the new module update. Have any of you tested the new version with PHP 7.1 or 7.2? I think I remember @lesley saying it should work but has this been tested enough to recommend the upgrade? Thanks.
  12. I use IQIT contentcreator. Works fine on my shop. The IQIT Menu works perfectly with TB but it has some slight click problems on mobile menu. (it did on PS 1.6 as well) Sometimes, under some configurations, sometimes clicks won't register. The developer actually admitted this to me after several messages telling of the issue. That is why I switched to the menu I mentioned above. Perhaps you won't have that problem though....he said most people don't.
  13. The PayPal update seems to work great so far in my shop.
  14. I haven't tried this yet but it's great to see a fix available. Thank you.
  15. Hmm. Perhaps I was not clear enough in my last post. The workaround we used was to simply bypass the css boxes in the warehouse modules and add the css code directly to global.css If I ever have him look at the module to find out more, I will post about it, but we might just keep adding the css code directly...he seems to think it's easier. lol The issue actually ended up removing my entire menu on, specifically, mobile, for 2 weeks without me knowing due to how I had my menu css setup.
  16. Yes, on the old forum. According to my developer, definitely TB related, and something done with the 1.0.8 update, as I was on 1.0.7 before. He said the below text, and told me to inquire about the change, but I'm not sure what the exact issue is at this point in time. He might help me diagnose the exact issue at a later date, but he thought the developers would know what the problem was. I did not receive a response after I posted this on my other thread, but I think everybody was busy with the forum change.
  17. I had this issue as well. Had to edit global.css to fix my issues instead. Seems the thread I made about it was deleted though.
  18. I actually did use the v6 beta for a couple weeks last year and I don't remember having any issues, but decided to use the stable version, because, well, it's the stable version. lol
  19. @datakick said in PayPal - Order confirmation page skipped, goes to order history: What is the reason paypal 6.0 is not used yet? I was under the impression we were all advised not to use the 6.0 beta because it makes strange calls on every page, and other erratic behavior which I don't remember. Is this not the case?
  20. @traumflug said in GitUpdater preview: thirty bees doesn't provide the logo of your shop, only you have this artwork. Which means, you can fix this only by re-uploading the logo yourself. That wasn't the problem. My developer brother got it working for me. He said this: ‘The core API changed it’s API likely this module isn’t specifying that it doesn’t want blah escaped And they required later that modules do that They’ll likely be able to tell you deeper info about what to change that you should relay to me and we can get it done we can also just look in the module and figure it out but I’m lazy and let’s be honest it’s really easy to just update global.css’' Module is the theme configurator in warehouse theme.
  21. @lesley said in Logo/header/menu disappeared specifically on mobile after 1.0.8 update: Also, I do not think you have a mobile menu built in the menu module. My brother got it working for me. He said this: 'The TB core API changed it's API likely this module isn't specifying that it doesn't want blah escaped And they required later that modules do that They'll likely be able to tell you deeper info about what to change that you should relay to me and we can get it done we can also just look in the module and figure it out but I'm lazy and let's be honest it's really easy to just update global.css' Module is the theme configurator in warehouse theme.
  22. @andyc said in Logo/header/menu disappeared specifically on mobile after 1.0.8 update: Have you checked the modules section to see if it's disabled under mobile ..Not sure which 1 it'll be. But just a thought Thank you, but the module is enabled. In addition, as I said, the logo is gone as well. That shouldn't go away, as far as I know it's not part of a module. I'm not really a developer, only know minor stuff, but I got a friend looking into it, I'll update if I figure it out.
  23. Well, I thought my update worked perfectly before but it turns out that after updating my 1.0.7 installation to 1.0.8 my logo/header/menu no longer shows up specifically on mobile, although it works perfectly on desktop, unless the dimensions of the browser are shortened into the equivalent mobile mode. This is a pretty big problem. Doesn't seem to be any errors, but it definitely was the update. Would very much appreciate help on this if anybody knows anything. Any ideas?
×
×
  • Create New...