philbauch
Members-
Content Count
8 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout philbauch
-
Rank
PrestaShop Newbie
Profile Information
-
Activity
Freelancer
-
Same for me, translation system is really a mess in P.S. 1.7.... Anyway, coded it inline, too, as a workaround... Lets see what future brings. Anyway, thanks a lot again. Cheers, Phil
-
Fantastic, lots of thanks! Starting step by step to get deeper in PS and it's structure, helped a lot. One last question concerning translations (although not that urgent, in the beginning shop will be in english only): Can new translation patterns easily be added in the backend? Or is it just the only way to download the xlf's and code it the files? Don't want to destroy nothing, and in the translations I haven't found e.g. "Date, newest first" or something like this... Thanks & best regards Phil
-
philbauch started following Order on demand, Sort by "date added", Prduct sold amount and and 1 other
-
Hi, I wonder if there's an option to add some "Order by date added" to the order dropdown in a product list. Or as a filter in facetted search (e.g. "New products" Usually you always want to show your latest arrivals first, but PS orders obviously by id ASC, which means that oldest products are showing first. Any ideas welcome, thanks in advance, Phil
-
Hi there, I'd like to implement something like "First buyer of a product gets a discount-voucher for next buy". So I'd like to access the corresponding variable on the product details etc (and code it in the tpl). As I can't find any good reference on variables of PS, someone here can help me out? I'm relatively new to PS.. Thanks in advance and cheers, Phil
-
looking for variable name of feature value
philbauch replied to philbauch 's topic in Core developers
That's the way I thought it should wor (and found snippets like this on various site) {foreach from=$product.features item=feature} {$feature.name} ==> works {$feature.value} ==> works {$feature.id_feature} ==> works {$feature.id_feature_value} ==> returns nothing... {/foreach} Hope it explains better what I try to get.... Thinks, I'm pretty just thinking in a wrong way and got stuck in a timetunnel 😉- 2 replies
-
- feature id
- prestashop 1.7x
-
(and 1 more)
Tagged with:
-
Hi prestas, as it's really hard (or I'm too dump???) to find a full documentation of varibles etc for P.S. 1.7.x.x, I aski this here. I'm looking for the id of a pruduct's feature value. Not the ID of the feature, but of the choosen value. I found something like $feature.id_feature_value, but this doesn't return nothing. $feature.id_feature works, but as I said, I need the values ID Thanks a lot and cheers, Phil P.S. If someone got's a list of variables, would be really hepful and avoid bothering the forum for small pence like this 😉
- 2 replies
-
- feature id
- prestashop 1.7x
-
(and 1 more)
Tagged with:
-
Hi prestas, i'm somehow new to prestashop world, but got some questions in behalf of a clients project. In advance, thanks for any help. So no, let's go for it.. My client is a startup, with lots of products (physical), but trying to avoid having them all preproduced in strock. What would you consider the best way to offer it like on demand, e.g. like offering standard prices, evtl. quantity discounts etc, withouth payment on checkout (and hen be handled by sales team e.g.) I'm the developer for the the store, and ps is somehow new for me, so please forgive me any upcoming stupid question (wont be too much, I'm just new new to PS, don't worry ;-) Thanks a lot and cheers, Phil
