Jump to content
thirty bees forum

SLiCK_303

Trusted Members
  • Posts

    1,200
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by SLiCK_303

  1. yeah, my setup is 1920x1080, I tried it smaller, but I don't know if I went down lower than 1200
  2. Thanx guys! :)
  3. following these directions, I get the this when I goto the module. Going from version 1.2.5.... top half of screen.... scrolling down to bottom...
  4. I edited all of mine, but on a fresh install you might wanna fix them.
  5. take my psconnections* and import it into tbconnections*.
  6. I think I got it working for the most part... it now shows 0 sales for the last 2 days....which is correct.
  7. Well, after much testing, I finally switched my site over to Thirty Bees 1.0.3! I changed my site in my profile to reflect the change. Thanks for all the help @mdekker, I wouldn't have done it without your help with stuff.
  8. I'm having dashboard issues.....again. ;) If on the Dashboard, I change the setting from month to anything else, then back to month, the dashboard>dashboard no longer shows data. If I pick year it works fine, or last year, or last month, but day and month no longer work. I get this.. I should get something more like this...
  9. If the files make the translations, and not the other way around, I can change them all and send it to you guys.
  10. I know I can change them both on in the directories, or in the translations, but by default they are incorrect
  11. I've noticed, specially in the blocknewsletter module, the mails it sends out, have powered by PS and PS's url on them. I have noticed the same thing on the sites mails/en folder....both .txt and .html files have issues.
  12. Yeah it's a great module, as long as you have free shipping set > 0, if not, it screws up the cart dropdown
  13. So, I have ported https://forum.thirtybees.com/user/daresh 's module gmgetfreeshipping to thirtybees! NOTE: Only use this module if you have backoffice>shipping>preferences> "free shipping starts at" greater than 0. Here is this original module... 01509467555547gmgetfreeshipping.zip Here is the new port for thirtybees.. 01509467600480getfreeshipping.zip You will also need to do some theme mods.. Here are mine already done.. 01509469142621getfreeshipping_mods.zip NOTE: replace "your theme name" with your actual them name, like "community-theme-default". Here are the manual instructs on how to do it... In \\js\modules\blockcart\ajax-cart.js line# 717 you see: ajaxCart.refreshVouchers(jsonData); After add: ``` ajaxCart.updateFreeShipping(jsonData); } }, updateFreeShipping : function(cart) { if (cart.freeShippingFloat > 0) { $('.freeshippingnotenough').removeClass('hidden'); $('.freeshippingfloat').text($.trim(cart.freeShipping)); } else { $('.freeshippingnotenough').addClass('hidden'); $('.ajaxcartshipping_cost').html(freeShippingTranslation); ``` In /modules/blockcart/includes/dropdown.tpl you see line# 162-165 you see: ``` <div class="cart-buttons"> ``` Before add: <p class="free_shipping_not_enough {if $free_shipping <= 0} hidden{/if}">{l s='Spend another' mod='blockcart'} <span class="free_shipping_float">{convertPrice price=$free_shipping}</span> {l s='to get free shipping for your order!' mod='blockcart'}</p> In /modules/blockcart/includes/popup.tpl you see line# 127-129 you see: <div class="button-container"> <nav> <ul class="pager"> Before add: ``` {l s='Spend another' mod='blockcart'} {convertPrice price=$free_shipping} {l s='to get free shipping for your order!' mod='blockcart'} ``` Of course this is all based off of...https://www.prestashop.com/forums/topic/494147-free-module-spend-x-to-get-free-shipping/ you can see it running at http://thirtybees.paganliving.net. Pick a low priced item like in Candles>Chime Candles.
  14. That would be great!
  15. So I figured out how to add the icon in the front of the cart. For the life of me I can figure out how to make the (empty) or x Products red. Any thoughts? How it is now... How I want it.. Again, my theme is based off the TB default theme... my site
  16. I wish there was a setting in, preferences>themes>advanced settings>Appearance of columns, for product view. In other words right now if you look at a product, the left columns are always shown, I wish they weren't...
  17. I replaced the header.tpl, and then modified css files... just need to figure out how to change the cart block slightly to add back in the icon
  18. I'm getting close..... :)
  19. I could just use my old theme in TB, but I think I'll loose some functionality. :(
  20. i'm stumped as to how i did it the first time, ack getting old sucks!
  21. header.tpl is the same
  22. I made one change to the global.css file, and added .. header .row #header_logo {float:none; margin: 0 auto;} to it, thats all
  23. I made the changes so long ago I do'nt recall. But I was doing a file compare on my them, and the default theme, and the header.tpl is exactly the same. My theme is the deafult, just with colors changed.
  24. The whole layout....where the logo is, the search and cart blocks...the very top part, how that is layed out. the whole damn header. :(
  25. must be me then....dunno. guess we'll find out if others post here...
×
×
  • Create New...