darktemplar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Embedding/Transfering Javascript order form into WordPress?Does anyone else have any clues? NOBODY that I’ve asked seems to know what I should do. The links to the source page with the Form and the Page in WordPress I am trying to bring it to are in the above post. Thanks in advance.
SS
Forum: Fixing WordPress
In reply to: Embedding/Transfering Javascript order form into WordPress?Thanks a lot! It doesn’t completely work, but that’s the closet that it’s come to working. I added the ‘Raw HTML’ plugin and just added:
<!–start_raw–>
html code here
<!–end_raw–>Like I said, it almost works, just the order is still not going through. The website is HERE with the order form, and I am trying to embed it into HERE. If someone could take a look at it and the source HTML to help any further it would be very appreciated! Thank you again iridiax.
Forum: Fixing WordPress
In reply to: Embedding/Transfering Javascript order form into WordPress?First of all, thanks so much for helping out man. I really appreciate it. I just tried doing that, adding the https://www.example.com/ before the /Scripts/AC_RunActiveContent.js and before the /Scripts/order.js, and nothing happened still when I clicked the Place Order button. Is there anything else I could be doing wrong?
SS
Forum: Fixing WordPress
In reply to: Embedding/Transfering Javascript order form into WordPress?So all I need to do is put something like:
script src=”https://www.example.com/Scripts/AC_RunActiveContent.js”?Forum: Fixing WordPress
In reply to: Embedding/Transfering Javascript order form into WordPress?Hey man, thanks a lot for the reply! That helped me get in the right direction a bit, but I’m still really really confused. I’m pretty much completely done setting up this website using WordPress except for being able to integrate this order form. In the HTML on the order page is this at the top:
<script src=”Scripts/AC_RunActiveContent.js” type=”text/javascript”></script>
<script language=”javascript” type=”text/javascript” src=”Scripts/order.js”>alert(“abc”);</script>On the server, in the /public_html/authorize folder there are these “auth_” files:
auth_config.php
auth_extra.php
auth_footer.php
auth_form.php
auth_header.php
auth_submit.php
example.xml
failed.php
index.php
phpgatewayapi.css
process_transaction.php
thankyou.phpIn the scripts folder there is:
AC-RuntimeActiveContent.js
order.jsAnd the HTML for the “Place Order” button they are using is:
<input name=”submit” type=”submit” class=”getStarted” value=”PLACE ORDER”/>Sorry if all of this information is unnecessary. I thought I was onto figuring it out, but I’m still completely lost. All I want to do is be able to integrate that order form, onto a WordPress Page. Thanks guys!
SS