Jump to content
thirty bees forum

zen

Members
  • Posts

    431
  • Joined

  • Last visited

  • Days Won

    60

Posts posted by zen

  1. 1 minute ago, Cassim said:

    We don't do anything based on country, we do it on currency. And this is how the digital world is working 😉 Its not physical. 

    Its 2 very different things, and their are 2 laws based on if you sale physical or digital items.

     

    Please explain what your accounting told you, what is the law in EU for selling digital products and how to apply VAT for each customer country and currency and VAT rates...

  2. 1 minute ago, datakick said:

    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.

    yes no tax is the way to go... then no more problems 🙂

  3. Even with specific prices.. I am not sure it is legal to do that !

    How are you gonna justify that you give reduction to poland about 10% and for Sweden only 5%...

    It needs to be explained in the legal notices and rules of sales... and depending on your contry it just might be as illegal of changing core price... have to dig more deep in the law/rules of the country you sell from.

     

  4. 20 minutes ago, Cassim said:

    Im glad that so many do read what im writing. (or not), so i try again.

    My sales prices are set by the publishers, that is how the system is working no matter what you say or the lay is, the price is the price, and i can set what i like of price. If its 19,99 i can sale it to 1€ if i like to. This is not the question, and i don't ask you to tell me the law. I know the law, so thats but no thanks. 

    I just need to know how to do this, i don't need to know anything other then that.

    I have a product, lets call it Empire of Sin does cost 49,99€ and that price is fixed to the €, and it don't care about VAT, the price is fixed no matter what country to you in, if you black, white, pink, orange or anything. Thats not related. The sales price is 49,99€ for persons within the €-currency countrys. Just so that you understand it here are the prices. 

    • € 49,99
    • £ 34.99
    • $ 39,99

    This prices for the product are fixed, no matter what vat rate you have or not. You need to be charged with that amount. So if you live in US your using $ as currency and will be charged in $, if you live in UK you will be charged in £, and again this is 100% regardless of your vat rate or anything. 

    Is their a way in TB to handle this without a external system to handle it for us.? 

    So can TB do it like this : 

    • Danish customer (25% vat) - Total order value 49,99€ incl vat. (Vat = 9,99€) 
    • German customer (16% vat) Total ordre value 49,99€ incl vat. (Vat = 7,99€) 

    So no matter the vat-rate, the customers will pay the same, but the vat will be calucated based on the total price. 

    Does that give any meaning.? 

    Can TB do that without any change?

    no TB can't do this and this is illegal to change the core price because of customer country.

    "I have a product, lets call it Empire of Sin does cost 49,99€ and that price is fixed to the €, and it don't care about VAT, the price is fixed no matter what country to you in, if you black, white, pink, orange or anything. Thats not related."

    the price without VAT will always be the same.. but when you sell it you have to add VAT.. and that one is different in EU countries, so you have to take that into account, if it were REAL products and not virtual or digital then you could do what you ask .. but not in this case you'll be doing illegal things and that will cost you a lot when regulations of your contries will look into your shop and your accounting.

    Best Regards.

  5. 56 minutes ago, Messenger Bee said:

    Hi @wakabayashi

    No the negotiations did not fail. We're currently waiting for another update to the contract and this should be the final version. Once our attorney has checked it, we will proceed with the sale. 

    As is normal with these things, it could still take a little while longer to wrap things up and create the new company. But from a negotiations standpoint, everything is essentially sorted.

    We appreciate your concern, but continue to ask for patience. Everything is on track and there's no need to worry or jump ship. 

    OK, but what will it change then when ownership is transfered .. is TB gonna come back as a golden egg chicken (cash machine) or will it become a real community open source software place ?

    Just to know ^^

  6. it's seems like you want to do it on a totally different way it should work.... the normal way for accounting and legal will be to fix a retail price without VAT : the same for all customers, and depending on the vat of each customers country then calculate the final price.

    Otherwize how are you gonna manage all this discounts you have to apply to make the accounting correct ? Are you using an ERP, wich one ?

    Accounting need a fixed price for items.. you cannot change it per customer, it needs a voucher for each customer then, that will be tricky to do.

    In how many countries are you willing to sell your digitals products ?

  7. 10 minutes ago, The Pellet Guy said:

    Guys sorry to keep posting but made some progress from the last post restored a data base backup from the 26th of August  I have lost a few sales and some product additions  but the prices are back

    from that I can presume my database has been got at the additional products and banners and bits i made  I can re add   but how can i get the customers and sales added back efficiently ?

     

    I believe you need help, from people who know well TB databases, it's not so complicated, just a mess because of multishop.. with a little time.. i believe your new database can be reperaired..  I can help you if you want, contact me in PM.

  8. I the worst scenario, you can start again from "scratch", just keep the img folder after being scanned and be sure it's clean, and use just fresh files from TB, same version your database works with for now, inside the DB also check employees, be sure to not have added or modified account,  then modify the config file to connect to DB, then you are good to go for the first step, if it's working in BO and front.. you can start to rebuild the theme you used once cleaned or with new fresh files and add modules you need also from fresh sources.

    This takes time, but if you have no clean backup and keep on being stucked it's almost the only way to be sure there is nothing left anymore.

    Best regards.

    • Like 1
  9. It's super easy to find, just with a right click and inspect with firebug on the button, then it would  show you the code and where it comes from, which file and the line number (of course you have to turn off CCC before).

    Quote

    God damn, I kept looking out for the themes js files instead of the module.

    Actually this is also in the theme folders, here : theme/js/modules/blocktopmenu/js/blocktopmenu.js

    Enjoy 🙂

  10. 44 minutes ago, Madbits said:

    I can't seem to find the piece of JS that handles the "display:block" / "display:none" for the ul("sf-menu clearfix menu-content").

    I want to remove the initial "Meniu" menu and just greet users with the whole thing available.

     

    here is the JS piece you are looking for :

    function mobileInit() {
    
      categoryMenu.superfish('destroy');
      $('.sf-menu').removeAttr('style');
    
      mCategoryGrover.on('click', function(e) {
        $(this).toggleClass('active').parent().find('ul.menu-content').stop().slideToggle('medium');
        return false;
      });

     

    it's in blocktopmenu.js

    • Thanks 1
  11. Yes, the best option for you is to scan files with some tools, and inspect all directories that seems suspect.

    Otherwise you can just use you database (cleaned from any new admins or employees created) and install a brand new instance of TB.

    It will take time anyway to be confident again on your system, but there might be a module that was the Hole for this to happen or your provider is just not secure at all.. change it fast !

     

    Best regards 🙂 and Good Luck !

     

  12. 13 hours ago, yaniv14 said:

    I believe you are mistaken. if I remember correctly even the original uploaded image is being recreated.

    So you will never really have the original uploaded file. only a modified lowered quality image.

    You are right Yaniv14, I just checked and even the original one is recompressed with the parameters set.. but not resized at least.

    Now It says on the code that using png for all files will benefit for pictures quality, and if it's needed to not recompress files at all, it can be done by overriding the ImageManager Class I guess.

     

  13. 5 hours ago, Kenneth Ong said:

    Is there any way to completely avoid the backend from adjusting my images?

    Every image i upload just ends up with my image colors looking completely different from the original and the quality is worse off than what i uploaded.

    I've already set the image quality at the backend to be maximum quality.

    It's possible also to just use the original images on the templates files, so you can turn off all resized images you don't need anymore to just show on product page, for example, the original pic you uploaded.

    it's pretty easy to modify theme for that : just have to remove the extension-size choosen, without extension it's the original picture that will be loaded.

  14. 8 minutes ago, LCortes said:

    I think that it will be good if we can change all colours: NAVBAR - background, text and hyperlinks, MENU - background, text, hangover... Maybe button colours and button hangover

    OK..I'll do that Asap and post the archive here.. and update on github 🙂

    for the changes to show faster on you browser, you can try to empy cache in the back office.

  15. Hello everybody,

    - when apply changes to theme, it take so long to take effect on website. I refresh page page with F5, but take long time... is that normal, or is my ISP?

    => it's not normal nexty time try to refresh with CTRL+F5

    - in "theme settings - colors - header" is that possible to add more fields? the "Header Navbar background color" works fine, but is not possible to change the text color of Navbar.

    => ok you need more fields.. tell me what and I'll add it too.

    🙂

     

     

  16. Hello Peter..

     I'll try to give you help so let be clear that  if you have ONE server and you host one website on it (I am not talking about domains) you can activate the multishop feature and then share the stock or not between instances.

    If you have 2 serveurs with 2 different websites.. you'll need to update DATABASE directly with a cron task from one DB to another one or use other techniques like Web API request for stocks update.. or jsut for confirmation before validating the cart.. anyway it is not a native function at all .. when you hjave 2 DBs.. you need a bridge between them if you wan to connect datas.

    On a more serious way you may have already en ERP that manage your stock and customers, or maybe some sort of P.I.M  (Google it if you don't know), if it's the case then you'll have to synch the stock on each TB instance with a script that can connect to your software where the REAL stock is.. some uses CSV or Excel files for that purpose.. many ways are possible.

    • Thanks 1
  17. Hello,
    I recently didn't have much Time to polish this module...but yes it should work on niara theme, just download it and install by FTP or with the proper zip archive, if downloaded from github you'll have to extract files and make the zip again of the archive directory.
    I wish to finish this module if people like it..but for now there was not much return, maybe it will change soon, let's hope it.

     

    • Like 1
×
×
  • Create New...