Port to D6

Pasqualle - January 11, 2009 - 21:55
Project:EZShop
Version:6.x-1.x-dev
Component:Code
Category:task
Priority:normal
Assigned:Pasqualle
Status:needs work
Description

The D6 port of the EZShop module

#1

Pasqualle - January 11, 2009 - 22:05
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

glasswool - September 10, 2009 - 05:02

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

#3

Pasqualle - September 10, 2009 - 05:05
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..

 
 

Drupal is a registered trademark of Dries Buytaert.