happysusan
Forum Replies Created
-
thank you for your reply
so I deactivated slice and it indeed started working again BUT its also kept working when I turned it back on aaaaah thats good and annoying at the same time- so I guess its working
as for the form- now that the sliders working I am going to test more and see if that works now.
that form is not one of yours however it was code given to me by this very helpdesk- one of your staff gave it to me to essentially get the affiliate id number into a hidden fieldIn the settings section, select where you want the snippet to be executed (everywhere, frontend or backend).
I SELECTED ADMIN BACKEND- IT DOESN’T WORK,
I can either select admin header or admin footer, both don’t work
the so called help files don’t provide much info – – there isn’t an option to add sniped to pdf –
if I were to edit the pdf template- what exactly am I adding- the shortcode itself? your help document is not updated and does not answer what to do at the endso in the template file I would add
[wpcode id=”13730″]
where I previously had<?php do_action( 'wpo_wcpdf_after_order_details', $this->type, $this->order ); ?>
<h2>How to Pay</h2><br>
<h3>Pay Online Via Pay Pal or Credit Card</h3>
<?php if ( $order->is_paid() === false ): ?>
<a href="<?php echo $order->get_checkout_payment_url(); ?>" class="pay-now-link">Click here to Pay Online</a>
<?php endif ?>is that right?
as stated in my reply- what am i pasting into the template? the shortcode?
I CREATED A SNIPPET- NOW what?
location? no idea
what am i pasting into functions? no idea
why am i paSTING INTO FUNCTIONS? NO IDEAok i have added the snippet but where do i add it? those documentation don’t say where to put it
do i put the shortcode into the pdf template?
why do i have to stuff around with code snippets and function files for
in the past i simply added it to the pdf template-
those “help” files/links DO NOT HELP AT ALL
this is not resolved2: my referal link is not out in the real world- I have not even launched my affiliate program yet
there is no way they could get the link- I have not shared it anywhere. only on my laptop between logging in as an admin and then using a second email address I have logging in as an affiliate
thats itForum: Plugins
In reply to: [Affiliate Program Suite — SliceWP Affiliates] cookie dat into hidden fieldOH MY GOD!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
it worked with the snippet plugin
I see the ID- now going to test with other IDs so I know it works with other affilates (and just doesn’t default to 1)
thank you very muchForum: Plugins
In reply to: [Affiliate Program Suite — SliceWP Affiliates] cookie dat into hidden fieldI’ll try to get a code snippet plugin and get back to you
thank you for all your workForum: Plugins
In reply to: [Affiliate Program Suite — SliceWP Affiliates] cookie dat into hidden fielddo I need to put something into the hidden fields value “some kind of code here“?
Forum: Plugins
In reply to: [Affiliate Program Suite — SliceWP Affiliates] cookie dat into hidden fieldsorry that did not work
Forum: Plugins
In reply to: [Affiliate Program Suite — SliceWP Affiliates] cookie dat into hidden fieldarigatos reply is
PHP cannot be entered directly in WordPress anywhere – it’s not an Arigato limitation. The code they gave you would need to go somewhere in the code of the plugin but that’s not ideal because it means updating manually after each update.
It’s much better to run a custom JS that will take your cookie value and place it in the field on the fly.
Forum: Plugins
In reply to: [Affiliate Program Suite — SliceWP Affiliates] cookie dat into hidden fieldok thank you for your hard work
Forum: Plugins
In reply to: [Affiliate Program Suite — SliceWP Affiliates] cookie dat into hidden fieldlet me know when you have the link- and I’ll edit it and remove it
Forum: Plugins
In reply to: [Affiliate Program Suite — SliceWP Affiliates] cookie dat into hidden fieldthats exactly the same code you gave before
heres the link- This reply was modified 2 years, 10 months ago by happysusan.