

30knees
Gold member-
Posts
1,435 -
Joined
-
Last visited
-
Days Won
37
Content Type
Profiles
Forums
Gallery
Downloads
Articles
Store
Blogs
Everything posted by 30knees
-
Update: datakick fixed the table issue. On 1/9/2023 at 8:16 AM, Daresh said: Actually the module helped to discover a ThirtyBees bug in a customer counting function. I just got the module and received an error upon installaton. This is the error: Not unique table/alias: 'c'in file /classes/Group.php at line 437SQLSELECT COUNT(*)FROM `tb_customer` cLEFT JOIN `tb_customer` `c` ON cg.`id_customer` = c.`id_customer`WHERE (cg.`id_group` = 1 ) AND (c.`deleted` != 1) LIMIT 1 Is this the bug you mentioned? What would I need to do to fix this? I'm also getting this error log: Notice Trying to access array offset on value of type bool modules/gm_omniprice/gm_omniprice.php:464 80 Today 10.02.2023 12:57:18 Notice Trying to access array offset on value of type bool modules/gm_omniprice/gm_omniprice.php:465 80 Today 10.02.2023 12:57:18 Notice Trying to access array offset on value of type bool modules/gm_omniprice/gm_omniprice.php:535 80 Today 10.02.2023 12:57:18 Notice Trying to access array offset on value of type bool modules/gm_omniprice/gm_omniprice.php:536
-
PDF invoice: order totals calcualted differently depending on location in invoice?
30knees replied to 30knees's question in Technical help
Does that make sense, no invoice without a payment? It depends on your type of accounting but it feels like it shouldn't be decided by the shop. -
PDF invoice: order totals calcualted differently depending on location in invoice?
30knees replied to 30knees's question in Technical help
Correct, I have a module to edit orders. 🙂 But I guess that's still independent of the issue that when one generates an invoice the system thinks the order was paid (even if you don't change the order state to a state that is paid but leave it unpaid). -
PDF invoice: order totals calcualted differently depending on location in invoice?
30knees replied to 30knees's question in Technical help
I discovered that when one generates an invoice the system thinks the order was paid (even if you don't change the order state to a state that is paid but leave it unpaid). This is the order total that shows up above as 431,95. I edited the order I had generated the first invoice because the customer requested some changes. I then deleted the old invoice and generated a new one. The 431,95 was taken from the old invoice. -
Sure! This has been with thirtybees since the beginning and is still in 1.3. I have a product variant that has a specific price of -4% when a customer takes for example 5 of them. See here: Problem: The specific prices override any attempt at manually setting the price when I manually create an order in the backend using "Add new order". For example, maybe because it's a special customer, I'd like to give them a one time price of 1 Euro per item for instead of the normal price of -4% for 5pcs. So I enter a different price on the manual order page in the backend after choosing the customer and the product. However, the system doesn't accept the manual price for the 5pcs I'd like this order to have. Instead, it reverts to the the special price of -4% for 5pcs. I see that @Smile commented he has the same problem with specific prices for customer groups.
-
Looking forward to the update! 😄
-
Hi @veganline, is Storemanger still working with the latest tb?
-
The specific pricing feature is not very user-friendly. You can't edit prices, you have to delete an old price to update it, and if you work with variants it's lots and lots of clicking. What do you do to make your life easier? Is there some way to handle this better?
-
Eric Jones, he's our biggest fan. 😂 We just started using mediacom's module.
-
[MODULE] Simple declaration of your quarterly intra-community VAT
30knees replied to Mediacom87's topic in Modules
Hi, I think I discovered a bug. The module seems to ignore taxes from shipping costs. Here are two screenshots for the same order. One shows the invoice where you can see the taxes for the articles ordered and for the shipping cost. The other shows what the module reports. You can see that the module does not report the shipping costs. Invoice Module -
Good news: Panda will be updated for tb! https://www.sunnytoo.com/forums/topic/has-thirtybees-been-abandoned#post-145738
-
It even looks like they're no longer supporting PS 1.6 officially. I'll start looking into Niara, I think.
-
Yes, something like your module was what I had in mind. As you said, mostly people don't log in / select the sihpping address before the checkout. This issue actually came up yesterday. A customer wrote saying the price changed when she went to the checkout and she was wondering whether it's because of taxes in her country.
-
I hadn't thought about that but I don't think this particular scenario qualifies as price discrimination. It's an objective factor and it's about distance selling between countries, which is treated differently. That being said, there should be a way for a shop to show the price dependent on delivery to a certain country, for example because the visitor, without being logged in, can select "Greece". Alternatively, it would be great to have the net price change but the gross price stay the same). @e-comAre you aware of any ways to achieve one of the above?
-
Currently, prices for B2C customers are shown including VAT. This is good. However, when a customer goes to check out and they enter their address, the price shown to the customer will change because of that customer's country's VAT rate being different AND because (my) thirtybees does not change the net price of the product excluding VAT, but the gross price including VAT. I thought we had a setting that permitted us to keep prices for the customer at the same gross price, regardless of their VAT rate. Am I remembering something that actually never was?