home to many thanks for the help. Okay I will soon try it out …
one more question. This pulgin requires code Amazon API to Manually Post? if iy. where can I put Amazon API code?
thanks again ^_^
yes. I liked your plugin. but I am a bit confused still put the API and code for Amazon to call ASIN how? … can you please help me to solve this problem?
1. Where can I put Amazon API code?
2. How to embed Amazon link with Custom fields?
Custom fields Code
$price = str_replace(“$”,””,get_post_meta($post->ID, “price”, $single = true));
$price = (float)str_replace(“,”,”.”,$price);
$list_price = str_replace(“$”,””,get_post_meta($post->ID, “list_price”, $single = true));
$list_price = (float)str_replace(“,”,”.”,$list_price);
$saving = number_format(round($list_price – $price,2),2);
echo str_replace(“.”,”,”,$saving);
3. How to call code ASIN?
thanks, before ^_^
Hi,
Sorry am new member, can u give me video about this Tutorial ?
i hope u can help me..
Thanks