Forum Replies Created
-
AuthorPosts
-
webw
ParticipantThank you for your support.
I did a update of the Woocommerce Plugin and now it’s working.webw
ParticipantHi,
I send you a mail via contact form.When the plugin is activated there is a white page after completing a transaction.
But the transaction was successfull. In the wocommerce backend I can see the status completed.Which files from affilate manager are included in the last step?
webw
ParticipantHi,
you can make test-transaction.
Just write in the checkout forms everywhere “test”I only tried this link:
webw
ParticipantI use WP Affiliate Manager: Version 1.9.5
I use other WooCommerce Plugins, too:WooCommerce Cart-Based Shipping Version 2.4.1
WooCommerce Deutsch (de_DE) Version 3.0.20
Woocommerce Poor Guys Swiss Knife Version 1.5.4
WooCommerce Table Rate Shipping Version 3.3.4webw
ParticipantHi,
I modiffied the file affilate_creatives_detail.php
I don’t know what job had the deleted code to do.webw
ParticipantOkay, I just solved it by myself.
I deleted the followign code-rows. Now it works.
The problem was in all browsers<script type=”text/javascript”>
jQuery(document).ready(function() {
jQuery(“#dialog-preview”).dialog({
resizable: true,
width: 640,
height: 480,
closeOnEscape: true,
modal: true,
draggable: true,
autoOpen: false,
buttons: [ {
text : ‘<?php _e( ‘OK’, ‘wpam’ ) ?>’,
click : function() { jQuery(this).dialog(‘close’); }
} ]
});jQuery(“#previewButton”).click(function() {
jQuery(“#dialog-preview”).dialog(‘open’);
});});
</script>webw
ParticipantI use:
WooCommerce Version: 2.0.20
WooCommerce Datenbank-Version: 2.0.20
WordPress Version: WP 4.1.1
WP Affiliate Manager: Version 1.9.5 -
AuthorPosts