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 |
Jump to:
Description
The D6 port of the EZShop module
| Project: | EZShop |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Pasqualle |
| Status: | needs work |
The D6 port of the EZShop module
#1
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
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..