Hi,
I don´t know if it is in the scope of this project, but..
If we want one limited offer every day/week (like iBood.com) for products out our shop. It is easier to configure on a date base and not a node base.
Another way is through discount-codes.. (view the offer on other sites)
Jurgen
www.iGeschenke.de
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | uc_lto.7.x.1-dev.zip | 19.27 KB | demma10 |
| #7 | uc_lto-d7-port-900322-12.patch | 32.72 KB | demma10 |
| #5 | uc_lto.7.x-dev.zip | 18.99 KB | muka |
Comments
Comment #1
WebNewCastle commentedHi Jurgen,
Sorry, September was a crazy month. I need to come back to some things with this module - hopefully this month - once I get some intense sites launched. If you have more thoughts about this, please feel free to post more.
- Matt
Comment #2
nasir.bd commentedVery helpful modules. But i can't find version for drupal 7.x. Can anybody help me to get for drupal 7.x version.
Comment #3
rar9 commentedIs there any alternative for D7?
Comment #4
Anonymous (not verified) commentedAlso hoping to find a D7 version of this, or similar.
Comment #5
muka commentedHi, here an initial port to d7.
CHANGELOG:
- update to new node.api callbacks
- form adaptation
- schema/install update
- added a basic rules condition "Is active"
TODO:
- test javascript, not tryed at all
NICE THINGS TO HAVE: (but absolutely personal)
- add fields to handle price change (fixed, percentage, fixed price) for all products
- handle discount trought rules (is active ? discount vs full price)
- integration with Ubercart Discount Coupons (handle price change and checkout on "real" products)
Luca
Comment #6
Ole Martin commentedFor info:
I am testing the module for Drupal 7, and get this error message when I post content:
Notice: Undefined property: stdClass :: $ lto_type in uc_lto_node_validate () (line 153 of / home / xxxx / domains / xxxxx.no / public_html / sites / all / modules / uc_lto / uc_lto.module).
Comment #7
demma10 commentedI need this for one of my sites so I'm happy to help with testing.
The error in comment #6 is caused by uc_lto_node_validate being run on nodes which aren't products. In my testing I also found another bug which caused the "Add to Cart" button to still display even when the expiration date had passed.
I've attached a new version of the code from comment #4, which contains fixes for the above two errors. I've also attached a patch which can be used to upgrade the 6.x-1.x code in the git repository to Drupal 7. The code works for my site but I haven't tested everything, and as I don't use the javascript timers I didn't test those.
Comment #8
sbydrupal commentedIs there any plan to have Views Integration for version 7 ?
Thx
Comment #9
avpadernoI am closing this issue, since it's for a Drupal version no longer supported.