jamakmx
Forum Replies Created
-
Hi it is not working for me.
I tried to put the code like this:
CID=$cid&OID=$order_id&TYPE=$type&CJEVENT=$cjevent&CURRENCY=$currency&DISCOUNT=$discount_totalAnd it always return 0 like this:
The following URL was used for the cj.com tracking code: https://www.emjcd.com/tags/c?containerTagId=XXXX&ITEM1=XXXXX&AMT1=24.99&QTY1=1&CID=XXXXX&OID=XXXX&TYPE=XXXX&CJEVENT=&CURRENCY=USD&DISCOUNT=0&COUPON=hello10cjand looking for more i checked that the units.php has this code:
function get_discount_total() {
$coupon_total = 0;
foreach($this->_coupons as $coupon){
$coupon_total += $coupon->amount();
}
return $coupon_total;
}and it says 0
I don’t know what else to change to make it work
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] API ErrorI got this:
DEBUG: Cache is NOT active
DEBUG: try to retieve this url: https://maruchan.applab-api.com:8090/v1/public/ranking
DEBUG: wp_remote_get to https://maruchan.applab-api.com:8090/v1/public/ranking
DEBUG: arguments: Array ( [timeout] => 5 [user-agent] => JCI WordPress-Plugin – free Version )
DEBUG: error getting URL: cURL error 28: Connection timed out after 5000 milliseconds
DEBUG: no data received: check url of json-feedEMPTY api-answer: No JSON received – is the API down? Check the URL you use in the shortcode!
Forum: Plugins
In reply to: [Nextend Accordion Menu] Acc Menu not working after domain changeHi i have the same issue, what was the correction you made?
I am seeing there are hooks, is there a hook to validate on the login my cusotm field which is password type called contrasena, to let users login with the info they already submitted?
I don’t know if it is possible to combine my custom field with the wordpress password or how could i make the users login to the page with the info they already send me.