Project:EZShop
Version:6.x-1.x-dev
Component:Code
Category:task
Priority:normal
Assigned:Pasqualle
Status:closed (won't fix)

Issue Summary

The D6 port of the EZShop module

Comments

#1

Status:active» needs work

download: http://windmill.sk/project/module/ezshop

todo:
bug reported: show "Add to cart" link only for the selected content type
solution:
ezshop.module line 79

if (in_array($node->type, variable_get('ezshop_content_types', array()))) {

change to
    $ezshop_content_types = variable_get('ezshop_content_types', array());
    if (isset($ezshop_content_types[$node->type]) and $ezshop_content_types[$node->type]) {

bug reported: the email address (ezshop_ordermail variable) where the orders should be sent changes the "form" field in the mail when it should be the "to" field..
solution: bug not analyzed yet..

#2

I like this module, how does one go about adding checkout through through paypal instead of email to admin?
thanks

#3

Version:5.x-1.0» 6.x-1.x-dev

there is no paypal support in this module. You should try the paypal submodule from ubercart. I do not know the actual name and how it works..

#4

Status:needs work» closed (won't fix)

This module is considered to be abandoned, and definitely will not have PayPal support. Use the above-mentioned Übercart project instead.