-
Posts
2,027 -
Joined
-
Last visited
-
Days Won
175
Content Type
Profiles
Forums
Gallery
Downloads
Articles
Store
Blogs
Everything posted by wakabayashi
-
How much social media marketing do you put into your ecommerce website?
wakabayashi replied to shoptechmedia's topic in SEO
Well we do a lot of content marketing. So we get traffic by: Search Engines Organic Google Ads (Google Shopping works good for us) E-Mail clicks Even some direct visits (either they know our website or our content was linked somewhere). Btw if sombody has examples of good working social media marketing (from small shops), I would like to learn from them 🙂 -
How much social media marketing do you put into your ecommerce website?
wakabayashi replied to shoptechmedia's topic in SEO
To be honest: almost nothing. We have facebook pages for our stores. There was a time we also worked with facebook ads to get page likes. But this plattforms are changing alogrithms always to their benefits. Facebook Pages are dead. Even when your customer like your FB page, they won't see most of your FB post. For us it's just a waste of time an money. We focus to bring the people directly to our website and give them everything they need. Ofc there are other niches (glamour, clothes and so on), where Social media is more interesting. If you have serious influencer, I would maybe try to work with them. -
Maybe it has to do with your SSL certificate. This doesn't seem to work correctly...
-
If you speak english, I highly recommend to post it in english. You will have a much better chance to get an answer. Auto translate: Si hablas inglés, te recomiendo encarecidamente que lo publiques allí. Usted tendrá una oportunidad mucho mejor de obtener una respuesta.
-
Ok I believe that for most people referral programm is more interesting, right? Customer gets a code and his friend is typing this code when he orders. Then one or both of them get a reward. Is it that, what it should be like?
-
@vincentdenkspel that's an interesting proposal. TBH I don't have too much experience with Affiliate and Referral. What is important here? Actually what is even the difference? Which modules are you using right now for this functionality?
-
In general I rewrite quite a lot of functions, since I became a much better coder than I was back then. This is changed: Expiration of loyalty points (but not the history way) Stats for total value of outstanding loyalty points Functionality to hide players from leaderboard Functionality to show possible actions in FO I am thinking of: adding email support referral/affiliate functionality better handling of history (for example for product returns, cancelled orders)
-
I am doing more rewrites than I was planning. Probably the new version will be released as V.2.0.0. So if there are any suggestions, it's best to do it now.
-
I know this processes. We add almost daily orders to the BO. I am surprised, that you prefer it that way by default. We try as much, to push our customers, to order themself. It saves us time and nerves 😉 We do it the same way: [email protected]. It's true that it makes no sense to set a passwort there. But it's also not a big deal to put something in this field. You write a lot about many seconds. I don't have such a big delay on my server. Probably your server is also slow. But true I also noticed that this process is not really quick. Not sure if there is any issue with the ajax post request, or if it just takes this time. A video of your process would help to understand, what you really mean. Yeah that's a bit ugly. We have created an account like [email protected]. We add all orders there, that don't need any address. The address is then our company address. We use this account mainly for people who buy directly at our house. Yeah I believe this is worth considering. Especially in the BO, but I have heard, that some shops use such APIs also on FO. No idea what you mean. A bug report needs to be concret. And it's better to report bugs seperat, not mixing it up in a post, that is about improving/enhancing features.
-
You can set this up as you want...
-
It's been a long time, since I last worked on krona. I started today a bit with v.1.2.0. I added: Expiration of loyalty points (but not the history way) Stats for total value of outstanding loyalty points Functioniality to hide players from leaderboard Hopefully I can test things with @SLiCK_303 soon. @datakick Is it possible to integrate an email warning conseqs module? Like your module checks, the loyalty_expire column in my module? What else are your expierences? Where is the module "weak"?
-
Oh hopefully not. But he was recently online here 💪🐝
-
@dynambee you seem to know the most about elasticsearch in combo with tb. Are you still using it somewhere live?
-
@movieseals thanks for your update. It's a bit sad, that you had to switch away from the tb module, but ofc I understand your decision. Can I see your elasticsearch somewhere in action? Does this module offer facetted navigation/filter?
-
I am actually not the right person to judge this, since I don't have this module installed. Still I could imagine that there is a problem with this layout. Have you tried to change "UPS" to something longer? Like the User above has something like "UPS class/priority".
-
Nice you have the supporter logo
-
So I set up a token for all zones. But now I have to select a specific domain in your module. Is this correct how I am doing it? :S Edit: all clear. I just have to select a specific shop and then save...
-
thirty bees 1.1.0 is released!
wakabayashi replied to Traumflug's topic in Announcements about thirty bees
@cprats Please search for: {if $option.unique_carrier} {foreach $option.carrier_list as $carrier} <strong>{$carrier.instance->name|escape:'htmlall':'UTF-8'}</strong> {/foreach} {if isset($carrier.instance->delay[$cookie->id_lang])} <br>{l s='Delivery time:'} {$carrier.instance->delay[$cookie->id_lang]|escape:'htmlall':'UTF-8'} {/if} {/if} And replace it with: {if $option.unique_carrier} {foreach $option.carrier_list as $carrier} <strong>{$carrier.instance->name|escape:'htmlall':'UTF-8'}</strong> {if isset($carrier.instance->delay[$cookie->id_lang])} <br>{l s='Delivery time:'} {$carrier.instance->delay[$cookie->id_lang]|escape:'htmlall':'UTF-8'} {/if} {/foreach} {/if} Please confirm, if this works. -
thirty bees 1.1.0 is released!
wakabayashi replied to Traumflug's topic in Announcements about thirty bees
I get your point. Ofc that would be nice, but who would be in such a team? -
thirty bees 1.1.0 is released!
wakabayashi replied to Traumflug's topic in Announcements about thirty bees
Yes I could solve it, but it depends on your theme. You use one page checkout right? You have to edit order-carrier.tpl and move the closing foreach a bit. You could also post your code, if you can't solve it yourself. -
What do you mean with: I need to keep the design? You need to change a few lines in one file, thats all :S
-
thirty bees 1.1.0 is released!
wakabayashi replied to Traumflug's topic in Announcements about thirty bees
There is no such team. The problem is that devs can't test this all by themself. They never have the real environment. You can never forseen all issues. I don't understand why merchants shouldn't test anything? -
thirty bees 1.1.0 is released!
wakabayashi replied to Traumflug's topic in Announcements about thirty bees
I would bet that it's this problem: I had it too...