156 comments found.
Can you add FraudTrackr into your system? Their API integration looks pretty easy, you can see the documentation here: https://www.fraudtrackr.com/developer-api.php
Fraud protection is something that literally anyone selling online needs so I think we’d all benefit from it… plus, it’s totally free.
Hi. At that moment I don’t have such plans.
Hi
Are you available for custom development? I want to add recurring billing and code expiration. Please let me know how to contact you
Hi. Thanks for purchasing the script. Unfortunately, I’m not available for customization work.
Hi,
Please I am looking for a PHP script that I can intergrate into an html website to make the html site to have a functional shopping cart.
I will like to know if you script can do that for me.
The site is responsive so I need to know if you script is also responsive.
Thanks.
Chinedu
Hi. It is not shopping cart, unfortunately.
do you plan to add paysera.com(mokejimai.lt) to CodeShop widget?
Hi. Unfortunately, no.
any update to use coinbase ?
Nope.
any reason?
No time.
I’m planning to buy this but have few queries.
1. Can I add new payment gateway? 2. Apart from email, I would like to use SMS to send voucher codes. Can I?
Nope. You must modify source code to add these features.
For those who want or need to generate code I foud this website : http://www.randomcodegenerator.com/
Its a prepurchase question i want to run a reseller site for various sites one site will have 5 plan each with different vouchers is it possible to have 1 plan with 50 different voucher& sell 1 unique voucher for 1 unique customer in this code shop? is it instant auto delivery of voucher after successful payment ?
Hi. Seems the script fits your requirements except “1 unique voucher for 1 unique customer”. You can create campaign and upload 50 codes. You can configure campaign to sell each code only once. But you can not forbid your customers to purchase only one code. Someone can purchase 2,3,4 codes.
i am buying it now
i use only paypal as payment method. i want to know any setting should be made in my paypal account ??? because its just a personal account. just entering my paypal email id will do good or i should change any setting in my paypal account ? how to check my code shop works fine with paypal method ???
Hi. I can’t tell exactly about settings on PayPal side. Usually default settings works and you don’t need to do any specific changes there. To check that everything works, you need to do purchase.
i have already purchased. if i forgot admin panel user & pass, where should i look out for the details? i mean where it is stored?
Passowrd is not saved in database. Database contains its hash. There are two ways to reset your admin password.
1) Delete the following table from database – ucs_options. In this case all Settings (only those ones that you see on “Settings” page in admin area) will be reseted to default. So you can use default login/password: admin/admin.
2) Edit the following table in database – ucs_options. Find record which has filed options_key as login. For this record set the filed options_value as admin. Then find record which has filed options_key as password. For this record set the filed options_value as 21232f297a57a5a743894a0e4a801fc3. After that you can use default login/password: admin/admin.
Hello, if not already able, HOW we could show REMAINING COUNTER of codes…? I need something like 95 from 100 already sold or REMAINING 95/100 or only 5 more in stock…...
something like that that customers can see its time to buy before some discounts will expire…...
Hi. Unfortunately, there is no such feature.
oohhh…. you SHOULD add this feature !!! it´s VERY USEFUL !!!
But… For me to try to coding this, I have to understand, first of all, if it is possible or not. I think it is, but you develop Code Shop and I’m sure you are the right person to ask if it is possible or not
it is?
thanks!
Hi. Script is open source, so you can modify it as you wish. 
Ok fine! But… can you tell me if you think that may can be very fiddicult to develop this getaway as an another option? I’ve to understand the logic of the code… but apparently this can be done, even if will be not so easy to develop.
Hi. I didn’t catch exactly what you mean. Unfortunately, I’m not available for freelance work and can’t help you here. So you need explore source code, understand how it works and integrate desired payment gateway.
Can i Have a look on a demo before purchasing ?
Demo mode. This operation is disabled. URL: http://halfdata.com/pluto/code-shop/
Im traying to understand hot this thing is work … For example im selling pre registered e-mail’s … and its only one per customer…
How i can customise vue of the my email ? for example i whant to hide only middle of the e-mail ? is it possible ? or only end of it ..
another thing … is it possible to mass import “codes” ?
Hi. I didn’t catch your questions. The link that you provided is demo of admin panel. The idea is simple: 1. Admin create campaign. 2. Admin add codes into campaign. 3. Buyers purchase codes. Each code can be sold [1 – unlimited] number of times (depends on campaign settings).
what i mean is : i have 10k codes for example .. all code is coma separated with another value.. is it possible to mass import them in to the shop ? as to add 10k shops it will take forever
Can you help me intergrate with other Payment Gateway? If yes, I will but it now.
Unfortunately, I’m not available for freelance work.
Hi. If i want to offer only free coupons codes, can i send code by email “and also show it on screen” (in case that email falls into spam folder)
Hi. You only can send code to e-mail (not show on screen).
Thanks. In your demo on point “3- Free coupon code” can i add a text field to complete with Customer Name?
Nope.
a few days ago the script stopped working using paypal does not send the code after payment.
League is returning me: http://unlimitediks.com/mx4meses.php?tx=8RJ05578GR5669151&st=Completed&amt=1%2e00&cc=MXN&cm=contacto%40unlimitediks%2ecom&item_number=38I do not get the code, change the settings with paypal?
1. What is this link?
2. Please got to your paypal account, Transaction History >> IPN History. What is the status of IPN transaction?
1 -. Generates the paypal link for your return, that is what sends me after paypal payment.
2 -. The status of the transaction is completed.
Nombre de artículo: 4 Meses de servicio Rojo mx Número de artículo: 38 Personalizado: contacto@unlimitediks.com. Fecha: 04/06/2014 Hora: 10:32:17 PDT Estado: Completadafew days ago worked very well and I never had problems.
After each transaction I arrived a confirmation email with the subject transaction complete and delivering the code.
Only now I get paid but not sending the code, you’ll get idea if something is wrong or changed settings to paypal?
Please provide access to WP dashboard. I’ll check what’s wrong.
How can i get the paypal radiobox show even if its only payment methoid?
if ($methods > 1 && ($campaign_details['amount'] != 0 || $campaign_details['is_flexible'] != 0)) {
and replace it by
if ($methods > 0 && ($campaign_details['amount'] != 0 || $campaign_details['is_flexible'] != 0)) {
Thanks.
what is css class for radio buttons?
.ucs input[type="radio"] {
...
}
Please notice that radio button is not flexible for customization.
CSS code for ucs.css?
Yes. Add your code to this file.
How do i change item ID #? and rename item on paypal payments
<input type="hidden" name="item_name" value="'.htmlspecialchars($campaign_details['title'], ENT_QUOTES).'">.
Is there way to just put order ID there somehow?
<input type="hidden" name="item_name" value="'.$campaign_id.'">
What if i want to change just “item” “Item name #ID”
You can change item name, but not item number (ID).
So where do i change the name itself like from Item #3 -> Tuote #3
Hi. Seems you mean wording on PayPal page. Word “item” is not transferred by my script.
Hi. Interkassa 2.0 don’t work: “Parameter set “ik_ia_u” forbidden”
Please fix it.
Hi. Everything works. I don’t see badge “purchased” near your username.
I bought from old acc here. Also may be you can add blockchain.info? Not a bitpay.com
Please contact me through account that you used to purchase the script and I’ll tell you what’s wrong with your settings. Also, unfortunately, at present time I don’t plan to implement blockchain.info. But thank you for idea.
Ok, I will. Please add blockchain bcoz bit pay don’t accept new members
When ä is ä so i think its charset issue.
I got it fixed. But now i have issue with mobile view: http://i.imgur.com/DnstoTL.jpg
Hi. Please add text-align: left; to ucs-box class in css/ucs.css.
Thanks, its fixed now.
Where can i edit descreption text CSS?
<div> tag and add stylesheet for this element.For example
<div class="my-description"> Bla-bla-bla. My description goes here. </div>Then, add stylesheet for class
my-description.
.my-description {
...
}
How can i make background transparent?
Set background-color: transparent; for class ucs_box in file css/ucs.css.
Dosent work. It dosent load if its set that way.
Please provide URL where I can see this?
background-color: #CBCBCB;
I did but i changed it back, ill change it to transparent again so u can see
Done
Cool. It is transparent now. 
Oh yeah, it was loading forever but its now working.