DRMasterChief
Trusted Members-
Posts
643 -
Joined
-
Last visited
-
Days Won
14
Content Type
Profiles
Forums
Gallery
Downloads
Articles
Store
Blogs
Everything posted by DRMasterChief
-
Hello, this would be horrific (* sorry *) Some customers use e-mail-addresses like myname.1 (e.g. at Gmail service) and Gmail (and other e-mail-services) do not distinguish between an e-mail-address wich is myname.1 and myname1 (this is fact). But most of the users dont know about this and both e-mail-addresses can be different people. You can read about that fact in Gmail usage description. And i also tried this for my own with such a similar e-mail-address. So this means, when a customer use such an e-mail-address, it can be also seen by the other Gmail user as it is delivered in his mailbox when he registered this before at Gmail (or also some other services). Then a totally foreign person can see all the order details, address, maybe bank account or such things. This is very strange and does not comply to any privacy policy or law or GDPR. Beware of this.
-
@kryotic said in Floating/Fixed Top Bar: .... Will be checking out Woo and PS 1.7. Never run a shop on a CMS - too much security issues imo. And hey... PS 1.7 seriously ? Just play around a bit with thirtybees and you will see the benefits.
-
hint in newsletter block for revoke at any time.... (GDPR)
DRMasterChief replied to DRMasterChief's topic in Modules
Yep, i think it will just use this {l s='Blabla here\'s my info'} Is there a possibility to translate this into the 2 languages? Or what about my idea with an mini-module for e.g. $5, would TB be interested in offering something like that? -
hint in newsletter block for revoke at any time.... (GDPR)
DRMasterChief replied to DRMasterChief's topic in Modules
Yes i can include this easily in the blocknewsletter.tpl after the and before the {hook h="displayBlockNewsletterBottom" from='blocknewsletter'} but the icon is very small and i am not sure if it is legal to manage this with an hint icon ?! The 2nd problem is to translate this into my other language (i have english and german). And a 3rd problem: this solution does not work at mobile´s like tablet or smartphone (no mouse-over...) thank you -
hint in newsletter block for revoke at any time.... (GDPR)
DRMasterChief replied to DRMasterChief's topic in Modules
ufff... where to add this?? I am not a developer, but a big thank you for your fast reply. Maybe we can work out a solution here? -
Hello, also by the new GDPR / DSGVO it is "highly recommended" that there is a notice at the newsletter block to indicate that people can revoke the subscription of the newsletter at any time. How do I get such a hint near the newsletter block? e.g. something like this: The consent can be revoked at any time in the customer account or by unsubscribe link in the newsletter. Please see also the picture. Can a developer do some changes in the newsletter module to arrange this? I think a lot of people will need this in the next weeks and will spend $5 for such a small change in the module - and maybe this can help TB with the income :) Thank you !
-
Hello, just to clarify some technical things first: do you own a dedicated server, a managed server or a webhosting package ? And maybe you can give some details like Apache or nginx, php version and so on.
-
seems like some people need vacation for a few days :) @wakabayashi please stay, i beg you, you have refreshing ideas and contributions here at TB !!
-
...and maybe zimmer-media - can you tell us to which solution you will change? If PS, hopefully you know about the new business model which will be introduced in the next time....
-
Sorry to hear that, zimmer-media , but honestly i have to say that maybe i can understand this only for 50%. Do you really need Stripe ? I dont use or try Stripe, so i didnt know if it works or not. But as far as i know and see, it does not bring much more possibilities compared to Paypal and also the fees are the same (would be for our shop in the case if we use Stripe). Paypal module should work for TB !? I try it at the moment in our TB-testshop and there are no problems at the moment. Maybe there are other things (modules, themes) which couse a problem in your shop with Paypal? When i compare my situation with PS 1.6x and TB 1.0.3 i am definitely on a much better way with TB in shorter time. I bought a theme a few months ago (about 130 EUR) and test everything with this theme until it works (as a guest, as a customer with login and as admin). I have to say that i also look at PS forum or PS solutions when a problem occures, most of the solutions can be also used in TB and i dont have to nag the forum here :) And that experience give me the hope that i can go on with TB and that it will not end. I also have some ideas about paid modules, income and so on, but this is not the thread for this.....
-
Plz more information what this means for a thirtybees-shop (think would be helpful for other people, also for me). Can you name the files in which it must be included?
-
Try to de-install it and maybe delete the database from the leftovers from this module, then create your keys (or this is already done) and sometimes it needs a few hours until the keys will work - so don´t be in hurry between creating the keys and installing the module !
-
Step 4 seems to be a lot of manual work: ....Include the Blackhole script by adding this line to ALL of your site’s pages...... .....That line should be placed at the top of any PHP file that displays a web page (e.g., header.php)..... really in EVERY php-file from tb ?
-
hmmm.... as i told before..... really sad to hear this !! https://forum.thirtybees.com/topic/1568/crawler-fills-100-cart-and-leave-them-abandoned Please, thirtybees - We NEED a solution for this !
-
jep, found it, thank you! From line 521 i have changed to the following: $itemsTable .= ' '.(int) $product['productquantity'].' '.$product['productname'] .(isset($product['attributessmall']) ? ' '.$product['attributessmall'] : '') .(!empty($customizationText) ? ' '.$customizationText : '') .' '.$product['productreference'].' '.Tools::displayPrice($unitPrice, false).' ' .Tools::displayPrice(($unitPrice * $product['productquantity']), false) .' '; } foreach ($params['order']->getCartRules() as $discount) { $itemsTable .= ' '.$this->l('Voucher code:').' '.$discount['name'].' -'.Tools::displayPrice($discount['value'], false).' '; }
-
OK thank you, will have a look there :) another thing, maybe you can also help: i am searching for the table {items} which is used in mailalerts module / new_order.html Regarding our internal process, i have to change the new_order.html so that the items are shown as follows: quantity - name - reference - unit price - price but i also have to change {items} to this sequence. Is this possible ? thank you - please see the picture:
-
Hello, i am looking to change {invoiceblockhtml} and {deliveryblockhtml} but i cant find anything about this. It seems that both were created in a payment-module, but this describes only firstname and lastname. Where come the other data like street, zip and city from in these blocks? I want to change {invoiceblockhtml} and {deliveryblockhtml} regarding some changes in the order_conf.html e-mail-template (it is wrong formatted in some e-mail-clients and i want to try to do it better). thank you!
-
changes of shipping service creates duplicates in database
DRMasterChief replied to DRMasterChief's question in Bug Reports
Thank you for this information. I already thought that this is for historical state / settings. But it also causes problems when you need to use some parameters from the database for mail templates e.g. tracking link - or how to get the correct tracking link for each shipping service and tracking no. into mail template when order is shipped? -
welche Mailvorlagen verwendet TB ?
DRMasterChief replied to DRMasterChief's topic in Deutsches Forum - Generelle Fragen
Hi, ich teste noch mit der 1.0.3 (mit allem anderen werde ich mir wohl viel Zeit lassen, je nach dem wie´s dann aussieht mit 1.0.4), bin ja auch noch nicht "live" mit dem Shop. Cache geleert etc. habe ich, danach habe ich die zwei Testbestellungen gemacht und wohl einen Volltreffer gelandet da 2 unterschiedliche Quellen der Mailvorlagen genutzt wurden. Warum weiss ich aber nicht.... Ich passe momentan alle Mailvorlagen an unsere Bedingungen und Design an - und werde diese dann in beide Ordner hochladen, so daß es keine unterschiedlichen mehr gibt. Das wäre für mich grade die sauberste Lösung?!? -
changes of shipping service creates duplicates in database
DRMasterChief posted a question in Bug Reports
Hello, i try to include the tracking no. and tracking link in my e-mail templates when a parcel is shipped. Regarding this, i have found the following bug (or is it needed for a feature?): If you change any entries in the backend for "shipping service", a new column is created in the table in database instead of overwriting the existing one. I have 3 shipping services, but there are 13 columns in the tb_carrier -
welche Mailvorlagen verwendet TB ?
DRMasterChief replied to DRMasterChief's topic in Deutsches Forum - Generelle Fragen
so... gerade die order_conf.html mal absichtlich mit Rechtschreibfehler ausgestattet (um zu sehen woher die Vorlage kommt) und hochgeladen. Zwei Bestellungen als Endkunde gemacht - beide male eine andere Mailvorlage an den Kunden gegangen !!??!!!! -
Hallo, ich verwende für TB ein anderes Theme, nun habe ich Mailvorlagen im root des Shops (mails/de und mails/en) sowie im Theme-Ordner (mails/de und mails/en). Wenn ich die Vorlagen aus dem Theme-Ordner nun offline bearbeite und hochlade, werden diese nicht benutzt (z.B. die order_conf). TB "holt" sich irgendwoher immer die alte Vorlage. Diese ist aber auch nicht identisch mit den Vorlagen aus dem root-Mailordner. Wenn ich eine Vorlage online bearbeite und speichere, wird sie im root-Mailordner gespeichert (nicht im Theme/mails). Beim Versand der order_conf wird dann aber nicht diese neu gespeicherte Vorlage benutzt sonder wieder die "alte" die irgendwoher kommt. Wird da vielleicht immer was von der lang.php überschrieben die sich ja auch in den mails-Ordnern befinden? Kann mir dazu jemand was sagen oder mich aufklären ?! danke
-
Crawler fills 100+ cart and leave them abandoned?
DRMasterChief replied to DRMasterChief's topic in Tips and Tricks
@movieseals Ah really, do you use this for TB? I thought it is for Wordpress only? -
Crawler fills 100+ cart and leave them abandoned?
DRMasterChief replied to DRMasterChief's topic in Tips and Tricks
But wouldnt it be much better to keep the bots out, and not let them search and fill anything first? That would be my preferred solution. I also found a lot of more here: https://www.askapache.com/htaccess/setenvif/ -
...and there is also an option in the store to grab some support (before or after or for an migration), and yes this have to be paid, but that is an correct way for such an support and will generate some income for the TB team. "Maybe" someone will use this :)