calabronelampa
Forum Replies Created
-
Hi,
thanks anyway. I did by myself. 😀Have a nice day !
Hi,
thanks. It works.😀
Hi,
in the end i resolved activating the original theme and move on on function.php. file all the customize that i did on the child theme.Thanks.
Hi,
done. 😀Thanks.
Hi,
no error into the console.It seems that is disabled or u cant sumbit the stars.
Hi,
i tried to show a simple div.here the code.
function showPopUP(){ echo '<div id="myPopup" class="modal">' <!-- Modal content --> echo ' <div class="modal-content">' echo ' <span class="close">×</span>' echo ' <p>Some text in the Modal..</p>' echo ' </div>' echo '</div>' } add_action( 'wcmp_process_product_object', 'showPopUP', 10, 0 );let me know thanks.
- This reply was modified 6 years, 8 months ago by calabronelampa.
Hi,
unfortunately i’m trying with your seggestion but still i see nothing after publish a product.Is it possible to have an good example to show something after publish product ?
Thanks.
Hi,
i tried the solution on my child theme and it doesn’t work.
If i change with the original theme it works very well.The problem is that i did some customize on your plug-in and if i leave active the original theme, i will lost all.
Do u have any suggest to fix this on the child-theme ?
Thanks.
Hi,
im trying to show a simple alert but it doesn’t show after add or update.Here the code that i wrote on my function.php
function test(){ ?> <script type="text/javascript"> function codeAddress() { alert('ok'); } window.onload = codeAddress; </script> <?php } add_action( 'wcmp_process_product_object', 'test', 10, 0 );What’s wrong ?
Hi,
i’ve done!Thanks a lot !!!
Sorry for the mistake.
Hi,
it works, but anyway put ” Auto-Draft ” as standard title.There is a way to don’t appear this.
Thanks.
Hi,
it works.Thanks.
Hi,
yes. In this case the product is Sold by: Venditore.
I just need to print the Vendor’s (Venditore) payment selected.Thanks.
- This reply was modified 6 years, 9 months ago by calabronelampa.
Hi,
i don’t know if i will buy it.Thanks anyway.
Hi,
i created a contact form where the vendor will be redicted to another page and send the request to the admin.Thanks anyway.