shantox
Forum Replies Created
-
Forum: Plugins
In reply to: [MslsMenu] Adjust color of Description linkThey do work. Currently it looks like this:
<li class="..."> <a href="..." title="DE">DE</a> </li>
<li class="...">
is in Text/HTML before each item
</li>
is in Text/HTML after each itemWhat I added is the
<li>
part in the plugin. But how do I achieve the color change for the<a>
tag?Forum: Plugins
In reply to: [Contextual Related Posts] Shortcode doesn’t work anymoreOh, I found the problem.
I needed to check “Related posts based on title and content”. For the pages, where the shortcode didn’t seem to work, no related post was found I guess. Activating that option made it display some posts ??Forum: Plugins
In reply to: [Contextual Related Posts] Shortcode doesn’t work anymoreAlso adding the CRP block in the default editor doesn’t display anything.
Hey,
I got the plugin, but I can’t find the string “PDF Lieferschein”, which I want to change to another string, for example in German, when I navigate to your plugin in Loco Translate.
Greetings,
MeikelI don’t think that you got everything.
I will try to explain that in detail:We sell meat on our website in packages (Package ID: 212). We have a 7kg package for example, which consists of 3,5kg steak (ID: 730) and 3,5kg of mint (ID: 730), pattys (ID: 730) or sausages (ID: 730), which the customer can choose freely. So a package can have up to 4 bundled products (e.g. 3.5kg steak, 1kg mint, 1kg pattys, 1.5kg sausages).
The packages are product bundles and the components of the package are variable products.
Besides meat we will also sell equipment like cooking books, spatulas, basically equipment for grilling.
Examples:
1) Customer orders a 7kg package (212), consisting of 3,5kg steak (730) and 3,5kg mint (730). This should all stay in one order. With the free version I had the problem, that the order got separated into 3,5kg steak and 3,5kg mint (2 orders).2) Customer orders 2 7kg packages (with ID 212). In this case, the order can also stay in one order and doesn’t have to be separated, since the packages got the same ID.
3) Customer orders a 7kg package (212) and another 7kg package (but with ID: 213, for example other meat).
212: Variable products have ID 730
213: Because it is different meat, we use a different ID for the variable products -> e.g. steak (731), mint (731), pattys (731) and sausages (731).
In this case, we want to separate the 1 order into 2 orders: 1 order consisting of the package with ID 212 and the bundled products with ID 730 and 1 order consisting of the package with ID 213 and the bundled products with ID 731.4) Customer orders a 7kg package, a cooking book and a spatula. In this case, we want to have 2 orders: 1 consisting of the package and the affiliated products and 1 order containing the cooking book and the spatula.
I hope this explanation made it clear. Basically, I just want to be able, to split packages, which contain bundled products in separate orders.
Nothing with coupons ?? The coupons example was just a normal product, which the customer can also buy.
Thanks for your help!
Question 1:
When I use the Pro plugin, to split my bundled products package, is it possible, to define, when the orders should get split? Because I had a problem with the free plugin: I use automated status updates for my orders, and the status of the orders always got updated at first, and then split. But I want to split the orders at first, and then apply the automated status updates.The hooks I use for automated status updates: woocommerce_payment_complete, woocommerce_order_status_on-hold, woocommerce_order_status_processing and woocommerce_order_status_completed.
Question 2:
And we will probably buy the pro plugin, so to be sure again a question to clarify, what we need:
We have a product with ID 212, which consists of bundled products (all with ID 730). So product 212 is the package for the bundled products with ID 730. So a package can contain up to 4 products.Example:
A customer orders a 25€ coupon, and 2 packages with ID 212, 1 package with ID 213.
What I want:
1 order, which consists of the coupon.
1 order, which contains the 2 packages with ID 212.
1 order which contains the package with ID 213.So this is only possible with the premium plugin?