Jump to content
thirty bees forum

wakabayashi

Silver member
  • Posts

    2,027
  • Joined

  • Last visited

  • Days Won

    175

Everything posted by wakabayashi

  1. it doesn't matter, if you use a p tag or div tag. Just target it by id or class... With a div tag you give the people the chance to use HTML. Otherwise I don't see a reason to offer an html editing field in the backoffice...
  2. Look at my post above. I told you to replace the with . This has to be done in your product-list.tpl file.
  3. @Ulrich I am not sure, if I understand you right. Have you tried the "div" thing? Is your site live? If yes, a link would be helpful...
  4. @lesley It seems to me a very bad practice to put short_description between ... I have noticed the same in my theme right now. How do you think about it?
  5. @Ulrich To be honest, I haven't read trough the whole thread, but I guess this is kind of an easy problem. Do you want to have some HTML in your short_description? If yes, then try this. Change: ``` {$product.description_short} To: {$product.description_short} ```
  6. I always do such things in a modules 'getcontent' method. Are you familiar with php?
  7. @datakick amazing! Yes I like @30knees inputs as well, except loyalty points. What would be amazing is an import function of the reviews from the core tb module. I could imagine, that your module gets the new standard module and many merchants want to switch. I think the email notification should be handled by order status. I would love to select a status and set "send email x-days after".
  8. Happy New Year to everyone!
  9. @musicmaster thx for the information. I missed that... This is a must have for tb as well...
  10. Hello @HelenI I haven't seen this bug before, but I don't think it was resolved in tb. It sounds to me as you (or your dev) would have fixed a lot of asm bugs. Have you put them into github? It would surely help a lot of other merchants...
  11. @alwayspaws In general? I don't think it's possible to say. But I like the Roboto Font.
  12. Thanks for this nice tip!
  13. wakabayashi

    Happy

    Merry Christmas too all of you ;) Hopefully we get even more honey in 2018 :)
  14. @zimmer-media done ;)
  15. @Ulrich Falls du Englisch kannst, solltest du einen entsprechend Bug Report bei github machen. Sonst müssen wir mal abwarten bis @Traumflug wieder hier ist. Er ist ein sehr erfahrener Programmierer :)
  16. Hast du überprüft was $this->id und $group wiedergeben?
  17. Why do just write the artist as product name? I would do it like that: artist - album name
  18. I can't agree more with @Traumflug. This is exactly, what matters. Don't lose the times for details in design questions. You don't need to be perfect from day one. It's much more important to invest the time, to become an authority in your niche. Find your unique selling propositions and tell it to your visitors. Look for a creative ways, to drive people on your website.
  19. @DavidP I agree. But it's hard to just change it the core. It was designed with the idea of a standard combination. I guess changing this bevahiour, would break some things. But I am looking forward to @yaniv14 concept. Maybe he has a better idea than manipulating the html code.
  20. @yaniv14 thats cool. What is your approach?
  21. Well what are you expecting from a module? A module is also an option, but it would also use the same kind of hacks, I believe. Can you show me, what solution you are looking for?
  22. Could you please describe the issue more in in detail? I don't understand what you mean with extra field. Do you have coded a module?
  23. I don't wanna spam this topic anymore... I have made a new one about the attribute select thing https://forum.thirtybees.com/topic/1237/forcing-customer-to-choose-an-attribute Who of you is voting for the "product customization" here?
  24. It's an old pain, which was reported for years. Many merchants wish, to force the customer, to choose an attribute. I wondered what would be the best solution? How should it look like? I made a first attempt: https://clean.genzo.ch/de/gifts/soap How do you like it?
  25. @mockob said in I'm going to create a free module: Wow, thanks in advance! I wish there were more ppl like you ;) I just voted but I'm curious if it is possible someone to develop a module which forces customers to choose attributes when clicking add to cart button. It is many times discussed in ps forums and I know there is feature request here also with many votes, but not approved last I visited the feature request section. How do you like this one: https://clean.genzo.ch/de/gifts/soap Btw: I don't think this can be done nicely with a module... It should be done by restructering the core code, but this won't be possible. It would probbaly break a lot of things. So I the only solution I see, is to use dirty methods in the theme :D
×
×
  • Create New...