Forum Replies Created
-
AuthorPosts
-
pablo-pacheco
ParticipantHi,
Sorry for the delay. Please, update the plugin to version 3.5.2 which I just released, and let me know if it helps.
September 12, 2024 at 2:21 pm in reply to: Is there a possible solution to trigger a notification modal via Javascript? #150043pablo-pacheco
ParticipantHi,
It kind of did.
Please, try it like this. It should do the trick
jQuery( 'body' ).on( 'ttt_pnwc', function ( ttt_pnwcObj ) { ttt_pnwc = ttt_pnwcObj.obj; ttt_pnwc.clearPopupMessages(); ttt_pnwc.messages.push( { message: 'Message 1', type: 'success' } ); ttt_pnwc.messages.push( { message: 'Message 2', type: 'error' } ); ttt_pnwc.messages.push( { message: 'Message 3', type: 'info' } ); ttt_pnwc.addMessagesToPopup(); ttt_pnwc.openPopup(); } );
pablo-pacheco
ParticipantHi,
When prices are entered inclusive of tax, besides setting our option Products > Get price method as
Get price including tax
, it’s very common to enable the option Orders > Calculations > Taxes to profit. Have you tried? Let me know if it helps.pablo-pacheco
ParticipantHi,
Can you please provide a guide explaining how to reproduce the issue exactly? We’re not so experienced with the ATUM plugin, even though we have a compatibility feature made for it.
pablo-pacheco
ParticipantI’m not sure if I got exactly your question, but I believe the answer is woocommerce_order_itemmeta
pablo-pacheco
ParticipantHi,
Sorry for the inconvenience. This issue has occurred only with the free version and it was fixed on version 4.5.1.
Let me know if you notice something.
pablo-pacheco
ParticipantHi,
For now, it will only possible to unverify them if they create an account with the same email.
We have an option under Admin > Verified column > Actions that displays three new actions (Unverify, Verify, Resend) over the user on the admin users page when you hover the mouse over them.
pablo-pacheco
ParticipantHi,
For now, there are two possible alternatives I can think of:
1- Maybe, for the time being, the best way to get as close as possible to what you want is by accessing the current WooCommerce Analytics > Stock. But at the same time activating our options for it on Analytics > Stock. Once there you can enable the cost and profit columns and even a category column. Then you can simply export the CSV regularly.
2- We have an option Products > Cost archive. Once the option is enabled, there will be a new Cost archive meta box on the admin product page, and you would be able to see the product cost on a specific date.
pablo-pacheco
ParticipantHi,
Please, update the plugin to version 4.4.5 I just released.
Now, all the messages will be wrapped with a container having “alg-wc-oma-msg” as class name:
<div class="alg-wc-oma-msg">{content}</div>
pablo-pacheco
ParticipantHi Luciano,
Good news. I created the automatic resend of verification emails for you 🙂
The option is located at Email > Activation email > Automatic resending.
Please, update the plugin to version 2.8.6 and let me know if it helps.
pablo-pacheco
ParticipantHi Ilia ,
I’m not sure if I got it completely, but maybe this is what you’re looking for:
$handling_fee = wc_get_order_item_meta( $order_item_id, '_alg_wc_cog_item_handling_fee' );
June 14, 2024 at 7:54 pm in reply to: Deprecated: [alg_wc_ev_verification_status] error on profile page #143804pablo-pacheco
ParticipantAnytime 🙂
June 11, 2024 at 9:29 pm in reply to: Deprecated: [alg_wc_ev_verification_status] error on profile page #143671pablo-pacheco
ParticipantHi,
On the option General > Verification info > Customization, you can simply replace
[alg_wc_ev_verification_status]
with[alg_wc_ev_custom_msg]
.Or instead, you can just hit General > Reset section settings checkbox. Note that the whole General section will be reset though.
Let me know if it helps.
pablo-pacheco
ParticipantHi,
Can you please another theme such as Storefront?
Also, could you try to change the “Messages > Cart > Positions” option? Maybe, there could be some other position that works better for you.
pablo-pacheco
ParticipantPlease, update to version 2.8.2 I just released.
Now you can use the
[alg_wc_ev_custom_msg]
shortcode like this:[alg_wc_ev_custom_msg hide_clauses="verified,guests" content_template="You need to verify your email to access this content. You can resend the email with verification link by clicking <a href='%resend_verification_url%'>here</a>."]
.Let me know if it helps.
-
AuthorPosts