How to add coupon codes for specific customers in shop script - shopping-cart

I am new to shop script technology. Can anyone tell me any refrence site for shop script.
i want to know how to add coupon codes for specific customers in shop script.

Related

Django! How to add a custom admin system in a website?

I am a beginner of django. I made a project. This is a online shop. Here, the builtin system of admin is nice. And I want to keep it for administration of my site(like add product, add staff, edit product details.
Now what I want-- I want to add a another admin system for the user. They will sign up with some details (like email, name, password, date of birth etc). They will be able to login with email and password to buy a product. But they can not enter administration panel. They will be separated. Also they will have cart to store their order info. Now, I tried hard to do Somthing like this. But I am getting confused with what I should do or avoid. I didn't get a helpfull thing in internet for me. So, I just cleared my project and starting again from the very beginning. Now how can I make like a separated admin system in a app(my case: account) for users?

How to show list of shops which buy one product on opencart product page?

We are selling a product in several shops. On product page, how to show list of shops which sells this product? And when customer clicks on these shops, it displays this shop's product page. This is same as the following site.
http://www.prisjakt.nu/produkt.php?p=3895089
Is there any module? Please help me.
You will have to make some service connection by WSDL, SOAP, API... with other shops because their stock, prices... are always changing. Other shops must have these service connection also and must be willing to give these informations to your shop.
You don't want to administrate these sort of things.
Just use module multimerch marketplace, and for all shops make account. try this way. or use api and parse xml

Upload products to amazon and retrive/import/export/ orders from amazon to own store

My company is using oscommerce 2.2ms and php 4. We want to upload our products to amazon shop. We have found magnalister and holbi connectors that we want to use but we cannot because we aere running php version 4.
So, I decide to create my own connector having these featurs:
Upload products from my shop to the marketplace
import orders from the marketplaces
Synchronise order status between shop and marketplace
Manage orders, invoices and export to my site
The Problem is:
1.) There are huge of api's that i cannot understand which is for what, so i little bit confused.
2.) I tried to use this Api, but this retrive all products that are avilable on amazon(searched catorgory).
Question is: Which Api i have to use ?
Please help me. Thanks in advance

How to send coupon code to user when register account in opencart

How can I email a coupon code to new customers when they register on the Opencart website?
i have set
Customer Login=yes
on the coupon section. When customer register it doesn't contain any coupon code.
The easiest way possible to do this would be add the coupon code to the registration mail language files. Look at catalog/language/english/mail/customer.php and edit the text of one of the variables. For example:
$_['text_thanks'] = 'Please use coupon code XXXXXX at checkout on your first order. Thanks,';
You could also add a new variable, and update the controller and template if you want more control over how and where it's displayed, but using one of the existing variables would be much easier in my opinion.

CCAvenue integration with opencart

I am using OpenCart as an e-commerce system and integrated CCAvenue as a payment getaway. Currently my system is only using Indian Rupee. To be able to use US Dollar, I registered new multiple currency account. Now I am trying to integrate with that new account.
I entered working key and Merchant_id in Cc Avenue module in payment option. While beginning transaction it gives me error with no description nor error code. Also I don't know where to put Access_code. Please help.