AbanteCart Community
Shopping Cart Operations => Support => General Support => Topic started by: James on August 02, 2012, 04:25:30 AM
-
Dear All,
Here is what i want to know.
1. Abantecart is setup and running, with products and so on.
2. If a store owner has a product "XYZ" however, he has it hosted on another store (ecommerce platform)
3. If he wants to be able to redirect any user who selects (add to cart) to that third party store/link (Pure http redirect only)
Would it be possible? or any way out or in ;)
Thanks
-
This will require programming a hook to all controllers that list products in /storefront/controller/pages/product/..
Look for places that build URL with checkout/cart
Example:
$this->html->getSecureURL('checkout/cart' ....
-
Not something i will be able to do myself :)
Well would wait to see if someone can do this and post some codes / extension or so ;)
-
I think this will not be required that often
Based on my 10 years working with many ecommerce clients, this came up only once or twice.
What was popular is having buy with PayPal links.
PM me if you need our team to do this for you as commercial or donation based service.
-
PM me if you need our team to do this for you as commercial or donation based service.
For now it was a thought, however it is there in my future plans.
Will surely let you know :) once things materialize for me.
-
I don't see the serious issues of how to know which product to link to on the target site or how to dissuade a duped user from bailing immediately on seeing the results of the clickthrough answered here.
Seems like a waste of time to me...
David
-
I don't see the serious issues of how to know which product to link to on the target site or how to dissuade a duped user from bailing immediately on seeing the results of the clickthrough answered here.
Seems like a waste of time to me...
David
I did not understand what you are trying to say.... :-\ (Duped user) there is no point of a user being duped, as long as the target site / link and product are all of a single (Store owner) or partner companies.
-
Duped in this case is a literal word. It means defrauded, fooled or misled. In short, you led the visitor to site A, and you switch them to site B. This is pretty much the core element of a phishing attack. While your intentions are good, I'm sure - it is going to be hard for that user to be certain of that. Give them a reason to doubt security and the probability that they will bail on the transaction should go up...
Product synchronization should be an obvious issue here. If product A has index of 2 on Site A but 298 on Site B how will you know which URL to redirect to ?? This is not as simple as it sounds, especially once you add in options and option values...
David