Closed (fixed)
Project:
Drupal.org CVS applications
Component:
new project application
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
11 Jul 2010 at 06:01 UTC
Updated:
30 Dec 2018 at 09:27 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
netbabu commentedI am attaching the full module as zip.
Description
========
Kelkoo is a leading shopping site in UK/Europe and currently taken over by Yahoo. If you are running an ecommerce/shopping site in Ubercart, you will be tempted to publish your products to Kelkoo store. However, it takes a lot of time to find get proper documentation from Kelkoo staff for publishing/uploading your products. We have undergone this process and hence I hope this module help a lot of people in the drupal community.
Once the module is enable, it creates an XML link containing all products from your ubercart store(excluding those out of stock products). XML link will be in the format:
http://www.yoursite.com/products/kelkoo.xml
You just need to submit the above link to Kelkoo representative and your products will be published in kelkoo store after they approve it.
Kelkoo module is sponsored by http://paramprojects.com
Comment #2
avpadernoHello, and thanks for applying for a CVS account. I am adding the review tags, and some volunteers will review the code, pointing out what it needs to be changed.
Comment #3
avpadernoThe code is showing node data without to first verify if the user has access to the node. This is considered a security issue.
The function to use to get a Drupal URL is
url().hook_uninstall().Comment #4
netbabu commentedOk, I have implemented the suggestions and guidelines mentioned by you.
Please check if this attached version is ok.
Comment #5
avpadernoI will review the code tomorrow.
Comment #6
avpadernoThank you for your contribution! I am going to update your account.
These are some recommended readings to help with excellent maintainership:
You can find more contributors chatting on the IRC #drupal-contribute channel. So, come hang out and stay involved.
Thank you, also, for your patience with the review process.
Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.
I thank all the dedicated reviewers as well.
Comment #9
avpadernoComment #10
avpaderno