Блум

Results 9 comments of Блум

Thank you! I managed to compile it and push it to my CM12 Moto G. I had to change `#include ` to `#include ` in /external/glib/glib/gbitlock.c (Changed path in CM12)....

But sadly, when I try to access a file in the mounted filesystem, it just breaks. The file listing works, but when I try to copy a file in the...

:+1: This is a must-have for me. Great job folks!

First of all, as I read, it seems the opposite.. The QST is 9.975% and GST is 5%. The only solution I see for this in the current functionality would...

Hmm looks like "Condition on Per-Item Bases" is just for that.. it is right there in the Readme. You can apply it on add, or later: > Add condition to...

If you want to achieve this, you should somehow save the second and the third product with different ID, so they won't get under the condition like the first one....

Use "attributes" in each item added to the cart, you can add there whatever you want.

I actually think your problem is here: https://github.com/htetzawphyo/Book-Shop/blob/main/resources/views/home/cartDetail.blade.php and this onchange="autoSubmit()" in the form (one for each item). You see, you've declared it like: ```js function autoSubmit(){ document.forms['submit'].submit(); } ```...