Lo segundo es que deseo cambiar el orden y texto en el menú de la cuenta y no sé donde puedo ver los ítems que trae el plug-in. Quiero cambiar el orden o la posición con la que se están mostrando.
1. Regarding displaying the price column in the bulk order form: It is currently only possible to display the price column in the Cream theme. Unfortunately, this feature is not available in the Classic or Indigo themes.
2. Regarding the order of items in the account menu: I can provide you with custom code to rearrange the items as you wish. Please let me know your specific preferred order (for example: 1. Bulk Order, 2. Dashboard, 3. Orders, etc.) and I will send you the corresponding code.
Deseo realizar varias acciones
Attached files: Captura de Pantalla 2025-05-06 a la(s) 12.07.33.png
Hello Morelav,
Thank you for purchasing our plugin,
-> Regarding adding the price there:
Unfortunately I do not have a way to create a custom column with the price because this template is quite fixed and doesn't support that.
However, you can add it to search results, by adding this code snippet:
This will result in:
and:
Similarly, in that code, you can also add
$description = $product->get_description();
$short_description = $product->get_short_description();
to get the description and short description and append them to the title.
For example:
Search results will then show TITLE + PRICE + SHORT DESCRIPTION.
-> It's possible to reorder items under my account using a code snippets or a specialised my account plugin like the Yith account plugin.
We can help send you the code snippet needed, if you let me know what order you wish to achieve.
Kind regards,
Stefan
Hola,
Muchas gracias, ha funcionado lo que me has enviado. Aún me quedan dos dudas.
Primero confirmar la posibilidad de colocar el precio tal como ustedes lo muestran en el tema cream, tal como lo muestran aquí https://woocommerce-b2b-plugin.com/docs/wholesale-bulk-order-form/#13-toc-title
Lo segundo es que deseo cambiar el orden y texto en el menú de la cuenta y no sé donde puedo ver los ítems que trae el plug-in. Quiero cambiar el orden o la posición con la que se están mostrando.
Gracias de antemano, saludos
Hello Morelav,
Thank you for your message.
1. Regarding displaying the price column in the bulk order form:
It is currently only possible to display the price column in the Cream theme. Unfortunately, this feature is not available in the Classic or Indigo themes.
2. Regarding the order of items in the account menu:
I can provide you with custom code to rearrange the items as you wish. Please let me know your specific preferred order (for example: 1. Bulk Order, 2. Dashboard, 3. Orders, etc.) and I will send you the corresponding code.
Kind regards,
Stefan