-
Content Count
409 -
Joined
-
Last visited
Community Reputation
0 NeutralRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
check if your version of zencart can still use template overrides. if not, you can edit the tpl_footer.php in /includes/templates/your_template/common/: ########################################## ## START JAM INTEGRATION WITH ZEN CART ## ## ZC Integration code by DrByte ## ########################################## if (!empty($orders_id)) { $JAM = $db->Execute("select class, value from " . TABLE_ORDERS_TOTAL . " where orders_id = '".(int)$orders_id."' AND class in ('ot_coupon', 'ot_subtotal', 'ot_group_pricing')"); while (!$JAM->EOF) { switch ($JAM->fields['class']) { case
-
forumadmin started following Affiliate Manager Help and Support, Help and Support for eCommerce Suite, JROX Affiliate Manager and 3 others
-
hello, make sure that you have checked if you allow cookies on your browser or not first.
-
JROX Affiliate with WooCommerce 3.4.4 don't work
forumadmin replied to conmaso's topic in Affiliate Manager Help and Support
hello, please make sure your hosting account supports file_get_contents function first. -
Add customer_name not work
forumadmin replied to conmaso's topic in Affiliate Manager Help and Support
try setting it as: http://seller.xxxx.com/sale/index/amount/$AMOUNT/trans_id/$ORDER_ID/customer_name/$NAME -
the logo is set insidea bootstrap block, so if you want to make more changes to positioning, you will have to edit the template file directly. the default template file is in /application/views/main/tpl_header.php
-
affiliate manager is free to use up to 50 affiliates. Once you reach 50 affiliates, you can purchase the standard license to have unlimited affilates.
-
JAM integration code issue
forumadmin replied to singgasan4_hotel's topic in Getting Started with JAM
that code is the PHP code for the tracking cookie. You need that to generate commissions as JAM will read it and view what affiliate referred the customer. -
you need to make sure you have integrate JAM for commission generation with your shopping cart before a commission can actually be generated. Some examples of integration are here: http://jam.jrox.com/kb/category/6/system-integration.php
-
Everything works except can't log in to admin
forumadmin replied to excel2345's topic in Affiliate Manager Help and Support
looks like ioncube is not enabled on your site. did you upgrade to PHP 7? -
P:rograma is not showing in members area
forumadmin replied to wmac's topic in Affiliate Manager Help and Support
You will need to enable the programs icon in Settings > Global Configuration > Content > Members > Enable Programs Icon -
We've updated JAM to version 3.1 to support PHP 7. Here's the upgrade instructions for it: http://jam.jrox.com/kb/article/131/upgrading-jam-version-3-to-version-31.php
-
Changing to viewable Date Format on webpage?
forumadmin replied to blaine69's topic in Affiliate Manager Help and Support
you will need to use PHP to convert that to a proper date format. Check the 'date() function for PHP. -
did you view the integration code on your thank you page to see if it is properly populating the sale and transaction values?