I also want to know the definition of "Buy now with 1-click", actually it is not direct the customer to make the order but only ask the customer to leave his contact.
Compare with Amazon's 1-click buy, it does process the purchasing immediately.
There have been 13 items by yckelvin (Search limited from 01-Mar 20)
Posted by
yckelvin
on 22 August 2019 - 06:52 AM
in
General Questions
I also want to know the definition of "Buy now with 1-click", actually it is not direct the customer to make the order but only ask the customer to leave his contact.
Compare with Amazon's 1-click buy, it does process the purchasing immediately.
Posted by
yckelvin
on 02 August 2019 - 10:08 AM
in
Developers' Corner
Settings -> Appearance -> Email templates mode
Thanks! It is new template editor
Posted by
yckelvin
on 01 August 2019 - 01:13 PM
in
Developers' Corner
What email template editor do you use - old or new one?
How do I know whether I am using the old or new email template editor?
Posted by
yckelvin
on 01 August 2019 - 01:12 PM
in
Developers' Corner
On the checkout page you cannot get order ID. It is available on the order landing page only.
Thanks for your clarification.
Posted by
yckelvin
on 20 July 2019 - 05:40 PM
in
Developers' Corner
Dear Sir/Madam,
The latest version of cs-cart is 4.10.3, I visit the documentation from https://docs.cs-cart...10.x/index.html but I find the contents are outdated. I download a template using the add-on builder from cs-cart.ie, I find the scheme version is now 3.0, the documentation for 4.10.x is still at 2.0, it doesn't help when new developer to follow the guideline.
May I know where I can have latest update documentation from cs-cart's site?
Best regards,
Kelvin.
Posted by
yckelvin
on 20 July 2019 - 05:31 PM
in
Developers' Corner
Generally, you don't have access to the content within an iFrame (that's the point of an iFrame). But most are generated via JS and you can supply parameters to the provided JS from the vendor.
Depending on where you want the iFrame to appear would depend on which template hook to use.
Suggest you:
1) Get more complete information from the vendor on how to use their extension
2) Hire a developer to implement it for you.
Dear Sir/Madam,
Vendor only require to place an iframe, no additional requirement.
I don't know whether here is the place for some one to sell service or helping developer. Did I post the question in wrong place?
I learn to develop my own add-on, so I assume here is the forum to share the addon development experience.
Posted by
yckelvin
on 20 July 2019 - 08:34 AM
in
Developers' Corner
Do you mean invoice or order details page?
I prefer to print the information on invoice, so that customer can read the important message for each supplier if any.
Posted by
yckelvin
on 20 July 2019 - 08:20 AM
in
Developers' Corner
Hey everyone,
I made a simply helper class for CS-Cart 4 API. With this class, everyone can easily access to the API, without getting issues with the cURL extension, headers, authentication, etc.
Just call the CSCartAPI class with 3 parameters, and after it you can access the api() method. Using is easy, and free!
Everyone can download it from my GitHub repo.
I made some tests, so it is working, but not the best at the moment. I accept suggestions, improvements and bug reports
Regards,
Istvan Drahos
Very nice but I am newbie to cs-cart, may I know what I should put to the api_url?
Posted by
yckelvin
on 20 July 2019 - 07:57 AM
in
Developers' Corner
Dear Sir/Madam,
One of the marketing company request us to add a custom iFrame on the checkout page with basic information.
The iframe should contain the order number and its amount.
Do any one can help to instruct me which file I shall modify to add this iframe including the order number and amount?
P.S. Our cs-cart has several storefront, how can I do this for specific storefront?
Best regards,
Kelvin.
Posted by
yckelvin
on 22 June 2019 - 03:22 PM
in
Developers' Corner
Dear Sir/Madam,
I know there is an add-on available on marketplace, I believe the add-on on marketplace should provide the best solution to customer. I read through this topic and find a lot of useful script how to add a new carrier, there is no secret in coding anymore, as a Developers' Corner, will cs-cart consider to take this as an example how we can build this as an custom add-on? I think it can help a lot of developer to develop more add-on and more end-user select the cs-cart.
Recently I research a good tools "Add-on Builder" from https://www.cs-cart.ie/cs-cart-tools/ I don't know whether it is the official site of cs-cart as the domain is cs-cart.ie, If someone can summarize the scripts and place it to correct folder and file, I believe more developer can fully understand how the cs-cart work.
Hope to see this add-on teaching.
Best regards,
Kelvin.
Posted by
yckelvin
on 22 June 2019 - 02:48 PM
in
Developers' Corner
Dear Sir/Madam,
I am using the CS-Cart Ultimate, I know how to add supplier info in an invoice, in my store, each product will only be associated with one supplier. I think the supplier is per product instead of whole order. May I know how I can check every products in whole order with supplier information. I want to print out some information if supplier is existed. Any variable I should check?
Best regards,
Kelvin.
Posted by
yckelvin
on 21 June 2019 - 04:51 PM
in
Developers' Corner
Dear Sir/Madam,
I am new to cs-cart development. I want to add a custom field to each order, I want to change its status if I confirm with customer the goods has been delivered.
I want to update the status via API, can I do that?
Do anyone can give me some idea how I can implement it? Any documentation I should read?
Best regards,
Kelvin.
Posted by
yckelvin
on 01 June 2019 - 04:41 AM
in
Configuration
Dear Sir/Madam,
I want to sell coupon, I think digital product is the correct product I do. As coupon should have coupon code printed on the coupon, I have an engine to print code on image for download.
How can I pass the quantity to my engine and provide the download link with the invoice id to my customer who bought the coupon product? Customer can go to my coupon server and download it?
I search via the forums but no one ask for this question. Please help.
Best regards,
Kelvin.