www.15.to
Forum Replies Created
-
yes {product_name1}{product_qty1}{product_subtot1}
But if you order will have 20 products?
How do you plan to place new variables?
{product_name1}{product_qty1}{product_subtot1}
into template
please show me
For example if you already have these ones
{product_name1}{product_qty1}{product_subtot1}what you will do if in order 5 lines?
I cant find logic yet — I can do it with code if you give me logic.
I see only manual way to create about 100 variables {product_name1} – {product_name100} etc
or ( if automatic )I can create like this:
{item_product_name}{item_product_qty}{item_product_subtot}
and then results will be like this:
{item_product_name} =
product_name1
product_name2
product_name3{item_product_qty} =
product_qty1
product_qty2
product_qty3{item_product_subtot} =
product_subtot1
product_subtot2
product_subtot3Which way is prefered?
How do you want to separate it? If you will have 100 products in order? What shortcode you will place?
{product_name1}{product_qty1}{product_subtot1}
but how about 50 products in one order?Thanks for test – will fix it now, will remove html
I think i will do like this {wc_order_items}:
Product name1 ( 2 X $50.00 )
Product name2 ( 5 X $23.00 )
Product name3 ( 7 X $13.00 )
without htmlJust post template as you want
I will create product items with this templateI added one additional variable in new version 1.9.3 ( just update plugin ).
Name of new variable:
{wc_order_items}So you can use it like this:
Order ID: {order_id}
{full_customer_name}
{wc_order_items}
TOTAL AMOUNT: {total_amount}
VAT AMOUNT: {vat_amount}
VAT NUMBER: {vat_number}
DATE {order_date}
TIME {order_time}
{wc_website}Let me know if you need something else
Hello!
Please post details here about additional info required for you.
I will add this features for you and for all with new version.About documentation I will create it shortly and will post link here.
Thank you for your feedback. I am pleased that the plugin has helped you. If you need help with the plugin, let me know and I will try to help you. Before creating this plugin, I went through about 15 different plugins just like you and found one plugin that always turned on. That very same plugin is the basis of mine. I only refined it for woocommerce and a few other plugins, so that customer and order data are dynamically inserted in the qr code.
Forum: Themes and Templates
In reply to: [Cubic] How to totally remove loader line on top?Hi
Thank you very much for so simple way.But I was realized already my issue like this:
in the file /themes/boardwalk/js/pace.js
I changed in variable defaultOptions
startOnPageLoad: true
to
startOnPageLoad: false
that’s allAlso after this, I added/changed in same variable data like this:
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
elements: falseAfter this loader even not loading
- This reply was modified 6 years, 11 months ago by www.15.to.
Thanks you Harish for so fast answer.
but with your permission, I will clarify my question. If I put a free version of your plug-in, I would have said I work function, without further action after installing the plug-in and then connect it to mailchimp. Or do I need to install some or addition to this?