Jump to content
thirty bees forum

datakick

Administrators
  • Posts

    2,896
  • Joined

  • Last visited

  • Days Won

    434

Everything posted by datakick

  1. combination prices are already supported. Well, not prices -- impact on price. There is no field for combination price.
  2. Even if you disable Taxes in your store, you are legally required to display VAT informations them on your website, during checkout, etc. And the displayed numbers on your website must be the same as the one displayed on the invoice you will issue later. Thats a lot of work.
  3. It's not legal, of course. But it's up to OP to decide if they want to break EU laws or not. From technical point of view, Specific Prices are the only way to achieve what they want. Not the only one - they could also turn off taxes completely, and do the accounting stuff off-site.
  4. The answer to your question was provided many times already, you just don't want to acknowledge it. The only way to have the same final price (for virtual products) is to create Specific Prices - you will need to enter different base price for every country in the EU. Something like this (if you wanted to have $100 final price): Theres's no way to change semantics of the stored price. There are thousands of lines of code that *expect* this to be Price without TAX. Also, every module that exists expects the same semantics. This will never change, no matter how many times you ask. If you really need this, then figure out how to import specific prices. Because maintain this manually would be... bold.
  5. Ajax call returns 500 error code. You should enable debug mode to see the root cause
  6. Hi unfortunately specific prices are not exposed to datakick at the moment. It shouldn't be hard to do, though. I'll add this to my todo list, and will release new version soon
  7. datakick

    Sendcloud module

    The zip file from their git repository is not a valid module zip archive. You need to extract it, and manually copy directory sendcloud from the archive to your modules directory (using ftp). Then you can install it normally
  8. You shouldn't encounter any issues. Backup your database, switch your shop to maintanance mode, and then upgrade your database. And then enjoy higher performance of of your server.
  9. Just a note: You should not do the development on a production server. You should do it on your localhost. Once you are satisfied with the result, you should copy generated css, js, and tpl files to your production server. By running npm install a lot of development tools are installed. You don't want these tools to be present on your production server, as they are potential security risk.
  10. Go to Preferences > SEO & URLs and there you can find identifiers for individual controllers:
  11. Go to Customer > Groups and check that all groups have enabled all modules
  12. In the context of stock inventory FIFO is just an accounting principle. It can answer the Cost of Goods Sold question. It's not really important if you really ship the oldest piece of inventory you have. It has nothing to do with stuff like Best Before Date, etc... This is just a way to attribute accurate expenses to every sale. From this perspective, current ASM implementation is... on a right track. Unfinished (the actual COGS is not calculated for every order), but it tracks all the information needed to do it.
  13. The important thing is that ASM does not change the way product/combination quantities are tracked inside thirtybees. It only extends it to track more information about the stock movements. I agree that thirtybees could do bette, and include more usable inventory report. But it's all about priorities. This is 'nice to have'. There are too many 'need to do' tasks. However, even now you can choose from many modules that allows you access and adjust inventory data. For example, my very own datakick module can be used for that quite easily.
  14. You can see combination quantities on your product page, even for products tracked by ASM: It's a little bit more complicated, as ASM tries to handle not only the selling part, but also purchasing side. You can track products you have ordered from your supplier using Supply Orders. This will tell you how many products you actually count with, even if they are not physically in your store yet. You know they should arrive shortly, so you can re-sell them already. I understand your frustration with ASM. It has a big potential, but it's kind of buggy and not completed. Hopefully it will be improved after (if) the sale of thirtybees is completed.
  15. All right, the problem was in *Required fields* settings for Customer record. If you check these fields, your system won't allow you so save customer entry into the database without Opt/Newsletter.
  16. looks weird. Could you PM me credentials to your ftp account, I'll debug
  17. when you updated to 1.1.x, did you update themes as well (I'm assuming you are using niara)
  18. Look into a Network tab, search for ajax request, and see what it contains
  19. This warning can be ignored, and skipped. There must be another fatal error. You should look into javascript console to see server's response.
  20. please try use this image type: 'large', without theme prefix.
  21. I've split this conversation from the original thread, as it has nothing to do with opengraph metadata. This indeed looks like a bug in core updater. Core updater. I will verify
  22. Look into classes/Translate.php that it contains method getFrontTranslation: https://github.com/thirtybees/thirtybees/blob/21b15c3e17188037e4862ddf357b6a3d65f1c3bd/classes/Translate.php#L403 If not, use core updater again to fetch the changes. If the changes are not there even after core updater, check file permissions -- maybe your server don't have permissions to write to that file. If the method is there, then it's your server cache. Go to Advanced Parameters > Performance and clear cache. That might help
  23. I believe it's socialsharing module: https://github.com/thirtybees/socialsharing/blob/master/views/templates/hook/socialsharing_header.tpl
×
×
  • Create New...