

RabbitZzZ
Trusted Members-
Posts
112 -
Joined
-
Last visited
Content Type
Profiles
Forums
Gallery
Downloads
Articles
Store
Blogs
Everything posted by RabbitZzZ
-
Ok found the problem, it was changed database access rights that seemingly only blocked that function...
-
Hi, I recently updated to TB 1.2.0 and now when I add new products or try to change existing ones, I can't add or change the stock amount anymore. No matter what I enter it says it saved alright, but changes back to value from before (new products 0). When I activated the debug mode I briefly got an error popup instead of the saved message that says: "parsererror: SytaxError: Unexpected token < in JSON at position 0" The only suspicious entry in the phperror.log is the following: PHP Notice: Trying to access array offset on value of type bool in /www/htdocs/w01005b2/tb/classes/Product.php on line 7843 We're running on PHP 7.4.19 (already tried 7.3 with the same result). Advanced stock management is not activated. Does anybody have an idea how this happened and how to resolve this? Core updater says all files are fine. Thanks!
-
Hi, for tax puposes I want to show some sentence on the pdf invoice but only for specific countries. I figured I could use the delivery address country iso code to build this somehow, but I couldn't find out how. Does somebody know how embed this function in the template file? Thanks in advance!
-
So it seems like core updater didn't update the community-default theme completely. I checked the modules/blockcart folder against the version from git and they were different. I now updated it manually but the problem ist not 100% solved. Still the latest added product in the cart has the bigger image size upon adding. The only "improvement" is that on checkout only the last product is shown double in the flyout cart and not all products as before.
-
Yeah, but that is what happened.
-
This is how it looks, when I add the first product. When I have switched to another page afterwards. added a second product And on the checkout page.
-
That unfortunately made it even worse and brought back an old problem, where the address isn't even shown on the order summary page.
-
I'm using this old thread to point out, that the demo store on https://front.thirtybees.com/ doesn't work anymore. In case it hasn't been noticed.
-
Hi, I'm running a TB shop on the latest bleeding edge version with a slightly modified community theme and datakick's Chex OPC module. The flyout cart shows a strange behaviour: - if you add a product, the image size is bigger than of the products already in the cart (as long as you stay on a page) - if you move on to the checkout page the products appear doubled in the flyout cart, once with big images and once with the smaller images Does somebody know where this could come from? Templates and modules are up-to-date. Thanks!
-
Hi, I'm running the latest bleeding edge version of TB with a customized community default theme. When I'm on the last checkout page and I change the shipping address there, the shipping cost doesn't change even if the address changes to another zone. Looks like no ajax call is triggered for an update. The only suspicius thing in the console is this message: Uncaught ReferenceError: orderProcess is not defined at updateAddressesDisplay (order-address.js:45) at HTMLSelectElement.<anonymous> (order-address.js:6) at HTMLDocument.dispatch (v_61_1691c18b88e17ebddc2782c7d0084b61.js:3) at HTMLDocument.r.handle (v_61_1691c18b88e17ebddc2782c7d0084b61.js:3) Is this normal? Can I do something?
-
Hallo, zum 1.7. wird die MwSt. von 19% auf 16% gesenkt (bis 31.12.). Gibt es eine Möglichkeit, das unkompliziert zu bewerkstelligen ohne die Endverkaufspreise zu ändern? Wenn ich den benutzten Steuersatz reduziere, dann bleibt der Grundpreis gleich und der Verkaufspreis ändert sich entsprechend. Kann man das Verhalten irgendwie umdrehen? Danke!
-
Hi, issue-1116 isn't available anymore on core updater. How can I put the fix in my shop?
-
Banküberweisung Zeilenumbruch
RabbitZzZ replied to RabbitZzZ's topic in Deutsches Forum - Generelle Fragen
Da https://github.com/thirtybees/bankwire/commit/914010b77f152f7fc487c5bb116a314eb7597f83 -
Banküberweisung Zeilenumbruch
RabbitZzZ replied to RabbitZzZ's topic in Deutsches Forum - Generelle Fragen
@Occam vielen Dank! Ich habe es eben schon auf Git gesehen und behoben. -
Banküberweisung Zeilenumbruch
RabbitZzZ replied to RabbitZzZ's topic in Deutsches Forum - Generelle Fragen
Ah ok, also ist es ein Bug. Ich erinnere mich nämlich auch, dass es schon mal funktioniert hatte. -
Hallo, immer wenn ich im Banküberweisungsmodul beim Konto einen Zeilenumbruch einfüge, ist dieser nach dem Speichern verschwunden. Auch HTML Codes werden entfernt. Gibt es irgendwie eine Möglichkeit die Kontodaten auf mehrere Zeilen aufzuteilen? Danke!
-
Partial refund of shipping costs not possible
RabbitZzZ replied to RabbitZzZ's question in Bug Reports
I checked defines.inc and in lines 173 - 175 there is: if ( ! defined('_TB_PRICE_DATABASE_PRECISION_')) { define('_TB_PRICE_DATABASE_PRECISION_', 6); } Could it be that the whitespace between "!" and "defined" causes a misinterpetation on some systems? Edit: tried it and got no change in behaviour... -
Partial refund of shipping costs not possible
RabbitZzZ replied to RabbitZzZ's question in Bug Reports
I did and the problem persists. Installed TB 1.1.0 with demo data and tried to refund the first demo order. Also added a new order manually, set it to payment received and tried to refund all products and shipping via partial refund -> refunded product and shipping prices get rounded down -> prices and taxes on order slip are not congruent I attached a screenshot, invoice and order slip for illustration. FA000002.pdf order-slip-000002.pdf -
Partial refund of shipping costs not possible
RabbitZzZ replied to RabbitZzZ's question in Bug Reports
I have to put this up again, beacause the refunds are still not functioning correctly. The shipping costs hardly ever get on there correctly. First scenerario: - order via bankwire, payment received - partial refund, all products with full price and shipping cost -> shipping (tax incl.) on the order slip get rounded down to full euro Second scenario - order via bankwire, payment received - partial refund, only shipping cost put in -> order slip with all products refunded, shipping rounded down to full euro -
Wrong prices when manually adding product to order
RabbitZzZ replied to RabbitZzZ's question in Bug Reports
Could anybody find the cause of the rounded discounts? Really sorry to bother, but we have the problem on a live shop and the wrong refunds get more and more. -
Wrong prices when manually adding product to order
RabbitZzZ replied to RabbitZzZ's question in Bug Reports
So the problem with the products seems to be resolved, but the part about the discounts still persists. -
Wrong prices when manually adding product to order
RabbitZzZ replied to RabbitZzZ's question in Bug Reports
I did this already and it didn't help. -
Wrong prices when manually adding product to order
RabbitZzZ replied to RabbitZzZ's question in Bug Reports
Does anybody know the workaround? -
Wrong prices when manually adding product to order
RabbitZzZ replied to RabbitZzZ's question in Bug Reports
Is this the solution for it: https://github.com/thirtybees/thirtybees/commit/0177e604e103f49ac8c2670923b264ebbae989f7 ? Edit: Tried it and no. Github says there is a known workaround, but I can't find it. Could you give me a direction? Thanks! -
Backoffice partially in English after Update to 1.1.0
RabbitZzZ replied to RabbitZzZ's question in Updating thirty bees
I'm sorry, I didn't actually see that solution. But I tried it and it worked. Thanks! What's the strange behaviour of AEUC? This shop is in production already. Would it be wise to downgrade? On the other hand the update also fixed some stuff that was wrong before...