Jump to content
thirty bees forum

30knees

Gold member
  • Posts

    1,428
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by 30knees

  1. Didn't work - and the odd thing is that even going directly into the database the position got overridden when I refreshed the list. But ... I did notice that some attributes had the same position. So I manually entered unique positions directly in the database and after doing that everything worked again.
  2. In the backend you can go to an attribute group and order the values: administrator/index.php?controller=AdminAttributesGroups Even though tb gives an "update successful" message after re-ordering, the order is lost when you leave the attribute group page and return. Attribute positions aren't saved properly. Some of the attributes go back to having the position "1", others keep the position number they were given. Also, even though it looks like one could type in a position in the position field, it doesn't let you type in anything. tb 1.0.3
  3. Magic! It works perfectly. Nice job!
  4. Does the volume pricing / volume discounts table have a hook that I can use to move the table nearer the price? I think that would be a more suitable spot to show volume discounts. I'd also like to generally format the volume pricing table, but haven't been able to find its template. Does anyone know where to look?
  5. 30knees

    Custom theme

    It's so difficult to find good theme developers, but the guy behind transformer and panda is super.
  6. @vzex How do you currently manage this?
  7. After adding a product to a pack, I can't delete it anymore. Noting happens when I click the little bin in the right hand corner of the product image in the pack. tb 1.0.3, tested in Firefox and Opera
  8. It's not possible at the moment to use packs and combinations. Why is this? For my purposes, it would be great to be able to do so. An example: I sell widgets singly and in packs. 10 single widgets = 1 pack of widgets I'd like the customer to be able to select on the product page: ( ) 1 Widget ( ) 1 Pack of Widgets (= 10 Widgets) I can add each of these as individual combinations/attributes. But, then I have to maintain a separate stock for each. If I have 100 widgets, I would eg need to enter as stock: 50 single widgets 5 widget packs (because 1 pack is 10 single widgets) If for some reason I sell out of widget packs, I have to manually go into single widget stock, reduce eg by 20 there and add 2 widget packs to the widget pack stock. According to my understanding of packs, if packs could have combinations, I could have single widgets and then create a pack of these as a second combination, in a way, so that the customer would see: 50 single widgets 5 widget packs (because 1 pack is 10 single widgets) and the stock of the widget packs would be automatically calculated from the single widgets.
  9. Was my mistake - I needed to activate Amazon EU and at first it didn't save, but a second time around it did. Thanks, @spidawebs.
  10. @mockob Thank you for the link, but it's incorrect in that broadness. You are required to keep data relating to a transaction. That makes sense. If you sell something, you need to keep documentation that you sold something. How long you need to keep the data depends on your country. But if you didn't sell something, eg if someone placed a fake order or placed an order but never paid, if you made a test order and want to delete it, there's nothing that would prevent you from doing so.
  11. @mockob It most definitely is NOT illegal to delete orders in your shop. You might be mixing something up with deleting accounting entries.
  12. Yes! That works nicely, but once the store is up and running I might like to delete test orders or fake orders individually.
  13. I think this would be a good feature. I posted about it here: https://forum.thirtybees.com/topic/793/suggestion-delete-orders-directly-in-the-backend I went in to the database and deleted all idorder and idorder_* rows. So far it looks OK, but I haven't tested fully yet.
  14. It's odd that orders can't be deleted nicely from the backend, so they're purged from the database. The method suggested here doesn't clean up the database properly: http://www.seowebmaster.ch/en/how-to-delete-orders-on-prestashop/ ``` We enter the Orders menu and then we can access the order that we want to be deleted In the address bar we have the URL that will be similar to this: http://www.shop.com/admin/index.php?controller=AdminOrders&id_order=1000&vieworder&token=1a2a1a2a1a21a2ab1289765412 We locate the label vieworder, we replace it with deleteorder and we press Return. We’re done! http://www.shop.com/admin/index.php?controller=AdminOrders&id_order=1000&deleteorder&token=1a2a1a2a1a21a2ab1289765412 ``` Vote for the suggestion here: https://thirtybees.com/suggestions/delete-orders-cleanly-from-the-backend-and-the-database/
  15. @spidawebs I got the module, but it doesn't seem to recognize the second language in my shop. It only shows English as a tab. Does it support multiple languages for you? @Common-Services FYI
  16. Is it safe to just go into the database and delete the orders in tb_orders?
  17. Couldn't one redefine customername somewhere to be firstname concatenated with lastname from tbcustomer and then just truncate firstname and lastname?
  18. Agree - there should be a setting to deactivate it in the backend.
  19. You click on the language you'd like to upload a photo for and then you'll see a field for no photo - you can upload the photo there.
  20. We'd like to list some of our products on Amazon. Can anyone recommend one of the Amazon sync/seller modules? @spidawebs I saw here https://forum.thirtybees.com/topic/536/does-anyone-know-if-the-amazon-seller-module-works-with-thirty-bees that you tested one. Are you happy with it?
  21. I don't know how to code, unfortunately. In productcomments.tpl in themes/panda/modules/productcomments I found: ``` {$comment.customer_name|escape:'html':'UTF-8'} {dateFormat date=$comment.date_add|escape:'html':'UTF-8' full=0} ``` But how do I take the first letter of the first name and the first letter of the last name and a dot after each, so that Mickey Mouse becomes M. M.?
  22. Could someone please verify that using the tb module Product Comments v4.0.1 guest comments aren't shown? I stumbled across the issue here: https://forum.thirtybees.com/topic/751/product-comments-module-suggestion-to-show-only-initials I first thought it was because I did some edits directly in the database and messed something up, but I started from scratch with guest comments and they aren't showing up for me.
  23. Haha, brilliant! Hadn't seen that. Thanks @mdekker!
  24. https://thirtybees.com/suggestions/upload-default-image-when-theres-no-image/
×
×
  • Create New...