-
Posts
1,990 -
Joined
-
Last visited
-
Days Won
164
Content Type
Profiles
Forums
Gallery
Downloads
Articles
Store
Blogs
Everything posted by wakabayashi
-
What is your url structure? Mine is: {categories:/}{rewrite} This works fine for me.
-
Which urls don't work? The new or the old ones? Or both?
-
How to create a buy 3 and get the third one free?
wakabayashi replied to alwayspaws's topic in English
- 28 replies
-
- 2
-
- cart rules
- promotions
-
(and 2 more)
Tagged with:
-
"Out of stock" warning not showing on front office site - partial fix already
wakabayashi replied to annafjmorris's question in Theme help
Well it's hard to say. The code looks well formatted. But it's your site. You are the one, who can check if everything works as it should!? -
@Traumflug I am not sure, if I understand you right. But this issue is well known: https://github.com/thirtybees/thirtybees/issues/749
-
How to create a buy 3 and get the third one free?
wakabayashi replied to alwayspaws's topic in English
I will create a banner for her. So this "problem" should be "fixed". 🙂- 28 replies
-
- 1
-
- cart rules
- promotions
-
(and 2 more)
Tagged with:
-
How to create a buy 3 and get the third one free?
wakabayashi replied to alwayspaws's topic in English
@alwayspaws You have a pn sis.- 28 replies
-
- cart rules
- promotions
-
(and 2 more)
Tagged with:
-
How to create a buy 3 and get the third one free?
wakabayashi replied to alwayspaws's topic in English
Well I don't know this module, since it's from a theme. Have you tried to make a second link group? Same settings but, sub-links alignment to center? Maybe you can use on display on (align center). thats probably even better. If this is not working you have to edit tpl files. For the image you need a image editor. I am no more too much into this, but some years ago GIMP was the best free tool. Maybe now days something like https://pixlr.com does the trick too.- 28 replies
-
- cart rules
- promotions
-
(and 2 more)
Tagged with:
-
How to create a buy 3 and get the third one free?
wakabayashi replied to alwayspaws's topic in English
@alwayspaws this is maybe not so easily achievable. Which module is adding the "Contact" menu point?- 28 replies
-
- cart rules
- promotions
-
(and 2 more)
Tagged with:
-
@Factor I have merged it!
-
How to create a buy 3 and get the third one free?
wakabayashi replied to alwayspaws's topic in English
I guess she means like this: if somebody buys 3 products, the cheapest will be for free. I don't know any easy solution for this. Probably there are modules, that offer such a functionality. @alwayspaws nice you are back here 😉- 28 replies
-
- 1
-
- cart rules
- promotions
-
(and 2 more)
Tagged with:
-
Well this never happen to us. But I also cant remember any such fix. I would be glad, if we could improve ASM more, as its a really important feature for us.
- 1 reply
-
- 2
-
@Signut did not yet vote 😉
-
I dont have much knowledge in this field. But i can say that i clearly prefer plesk over cPanel. Cpanel is a big mess in my opinion.
-
I agree ofc with your post but I am interested: for which tool did you decide? We are on GA, but right now more for lazyness. I never checked the other tools.
-
Well I guess what you actually want is the slider to have over the whole width or not? This would be a size of 1170px in your case. You could save this in the configuration on the module. If you do so, I would recommend you, to upload your images in this format.
-
Nice to have you on board!
-
Product list BO with manufacturers and suppliers columns
wakabayashi replied to zimmer-media's topic in Tips and Tricks
Yeah that's the heavy issue how have now. You try to override two times the same function. I believe that's just not possible to handle. At least I can't imagine how this could be handled. Which module is doing the override? In general you should now bring this two function overrides together into one function. Probably you need to go like this: - remove _displaySpecificPriceModificationForm from AdminProductsController.php - install the module (which will probably add this function back into the AdminProductsController.php) - Add the functionality, which you removed in step 1. -
Product list BO with manufacturers and suppliers columns
wakabayashi replied to zimmer-media's topic in Tips and Tricks
Create override if no other solution is there. Never change core files. -> You got that right. There is no need for a second file. As you can make all changes in this one file. Are you talking about the same function or different function? You can add different function into the override. You can even add function which aren't in the original core file. -
Product list BO with manufacturers and suppliers columns
wakabayashi replied to zimmer-media's topic in Tips and Tricks
It's really hard to understand your question. Not sure if I got it right. You want to use AdminProductsController.php in the override folder and in a module? I dont know what happens when multiple "places" try to override it. Once I read, that ps was trying to combine this files into one. Not sure if this is still true. Maybe @Traumflug can answer it!? But in general I believe you are using too much overrides. In a module I try to avoid every override. I only use override very few times if I really need to change the core. What are you tryiing to achieve? If you want to change lists from a module, you can use some hooks like hookActionAdminProductsListingFieldsModifier. -
Yeah that would be amazing. You seem to be the guy, who knows this module the best. Of course my view on the situation would be different if michael would still be on the team.
-
@vincentdenkspel Are you talking about "Advanced Search 4"? I am using this one for filtering. In general I get your point. I wonder how many people are using ES now? I believe we would need a lot of investments to make this project really succesfull. Not only the coding part, but also the documentation & support... I just don't see the guy, who will do that. Cause as far as I can see ES is not something any random developer can do. You really need a quality coder for that. And as I stated above, IMO its better, if the best coder focus on topics, which are important for the majority of users. Have you looked at services like doofinder or algolia? For example doofinder offers a free ps module and 30 days of free testing.
-
In my opinion ES was a too big project for this small core team. There is no doubt, ES offers great stuff. But as we can see, the set up is quite difficult. Michael is no more on the team and nobody has the time to look at it. I agree with @datakick that ES is mainly for big merchants. The inbuilt search works for smaller quite ok IMO. We still haven't a clean checkout in the core. Order Editing in the BO is a pain for many merchants. Adding custom content to a page is too hard for most merchants (shortcodes needed) Controll of emails (what is send and how does it look like) is very hard. In my opinion this points are much more important for now. Imagine how much time a coder needs to understand the ES module now. As far as I remember there is no support for facetted navigation at all. Is this correct @dynambee? @vincentdenkspel The function of searching products with feature X, Y, Z - what is the difference to a filter?
-
Well the {literal}{/literal} stuff should actually help. Have you checked what is the output on the browser? Does the html code have your js code? In general I am a bit confused, what this is. Is this a counter how many visits your shop has? IMHO this is very outdated... I used this as a kid in the early 2000 🙂
-
Bleeding edge - manually create order in backend still working?
wakabayashi replied to 30knees's question in Technical help
I am still on 1.0.8. So I can't tell. A possibility to find it out, could also be, to make a second clean installation update it to bleeding edge and check if it's working. In any case such an issue should be solved. Doesn't matter if it's bleeding edge related or something else. In the BO order creating process are some issues. But it's very important to understand, where they are exactly.