Trieles
Forum Replies Created
-
Hello, I finally discovered that the problem was the field name, since the plugin shows it in the backend with a name but in the wordpress data table it is added with an underscore at the beginning. So I never called the field correctly. The field was not named ‘billing_wooccm11’ but ‘_billing_wooccm11’.
I leave the clarification here to help other possible users who face the same problem. And I copy the function that works correctly:add_action( 'wpo_wcpdf_after_billing_address', 'wpo_wcpdf_my_custom_field', 10, 2 ); function wpo_wcpdf_my_custom_field ($template_type, $order) { if ($template_type == 'invoice') { ?> <div class="billing-item">CUIT: <?php echo $order->get_meta('_billing_wooccm12'); ?></div> <div class="billing-item"><?php echo $order-> get_meta('_billing_wooccm13'); ?></div> <div class="billing-item">Celular: <?php echo $order->get_meta('_billing_wooccm11'); ?></div> <?php } }Thank you very much for trying to solve the problem very quickly and willingly. Regards
The error was:
Detalles del error
==================
Se ha producido un error del tipo E_PARSE en la línea 185 del archivo /home/o98n07rho5rv/public_html/wp-content/themes/website/functions.php. Mensaje de error: syntax error, unexpected identifier “get_meta”, expecting “,” or “;”Currently I am not receiving an error but rather the fields are not displayed on the invoice.
It only gave me an error when I changed the echo location before the get meta.It hasn’t worked. Now it does not show either the label or the field.
Hello, changing the echo location gave me a WordPress error. Any other possible solution. Thank you very much for your quick response and willingness!
Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] Does not display totals correctlyHello i am using this: https://pluginrepublic.com/wordpress-plugins/woocommerce-product-add-ons-ultimate/
The web link is luxelensgroup.net. Thanks!Forum: Plugins
In reply to: [BulkPress] Remove definetelyI would like to remove all traces of Bulkpress in the database. Since before installing it, my imports of products with their respective categories, were created correctly. Now, despite having uninstalled Bulkpress, the product imports take the categories that were created with Bulkpress. Despite the fact that in my import csv, nothing changed. It’s like Bulkpress overwritten taxonomies, despite having uninstalled it.
Forum: Plugins
In reply to: [BulkPress] Remove definetelyI already had my store, the products and the categories. Days ago I realized that some categories were missing (they require that when I import products from my other site with which I am working, the categories with zero products, were not created). So I installed BulkPress and created some, when I saw that they were badly created and I had created several. Try deleting from frontend but there are a lot of products and once they have multiple categories assigned and reassigning categories for each product is a mess. Finally uninstall Woocommerce and Bulkpress. Install Woocommerce from scratch and do a new import of products, thinking about doing the store from scratch, it would work. And no, the taxonomies I had done with Bulkpress are re-created. I am using the Wp All import to import data into a csv from another site. I am making a new website so the old site, we deactivate it.
Forum: Plugins
In reply to: [BulkPress] Remove definetelyHello, thank you for your quick response. in which tables does it store the information? I could read the names of the taxonomies in the table, the problem is the relationships between taxonomies .. I honestly prefer not to touch the database but my second option at the moment is to delete all my work and do everything from scratch, the truth is a long time with this and it’s a terrible setback. I don’t know how to see the hierarchical relationship to erase. I am working with an import plugin and when you create all the products you create the taxonomies and you already create them wrong.
Forum: Plugins
In reply to: [WooCommerce] shop page doesn’t show products before upload pluginI have tried for days and I do not find the solution, it has deleted the default page “store” for a long time and instead had created a new one with the short code [products]. Now, after the update of the plugin, I have created several new pages with the short code and does not work any, I do not know what the problem is. How can I do to return the plugin to what it brings by default ?? Including the shop page?
Forum: Plugins
In reply to: [WooCommerce] shop page doesn’t show products before upload pluginHello, actually, before writing to this forum, I noticed that what you say is fine: Dashboard> WooCommerce> Settings> Products tab> the Shop page isr “Products”. And that page has a [products] shortcode on it. This is why I wrote, apparently everything is well configured, but it is not shown anyway …
Forum: Plugins
In reply to: [WooCommerce] shop page doesn’t show products before upload pluginHello Lorro and Riaan, the shop url is http://www.viguetapretensada.com.ar/productos/ (the page have a [products] code). Then I created 2 pages more (productos-2 and tienda) to probe that te code works and yes, works fine (http://www.viguetapretensada.com.ar/tienda/ and http://www.viguetapretensada.com.ar/productos-2/) but I need that the page of the shop be “productos”.
Now, “cart” http://www.viguetapretensada.com.ar/cart/ doesn’t show data anymore.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce product shortcode that includes product variationsI had uploaded a woocommerce plugin and now doesn’t show the eshop. Continue existing the products but the page called “productos” that before was that show the eshop, now is empty!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] I can not activate the pluginHello Dolliv, yes I did it. I tried many times. Installing through FTP and wordpress admin too. The plugin is installed correctly and it appear in the plugin’s panel but not in the left column in admin panel. Can be a database issue caused of many installations? Thanks