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

Comments

WebNewCastle’s picture

Hi 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

nasir.bd’s picture

Title: one limited offer every day » drupal 7.x version for one limited offer every day
Component: Code » User interface
Assigned: Unassigned » nasir.bd
Category: feature » support
Priority: Normal » Major
Status: Active » Needs work

Very helpful modules. But i can't find version for drupal 7.x. Can anybody help me to get for drupal 7.x version.

rar9’s picture

Is there any alternative for D7?

Anonymous’s picture

Also hoping to find a D7 version of this, or similar.

muka’s picture

StatusFileSize
new18.99 KB

Hi, 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

Ole Martin’s picture

For 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).

demma10’s picture

StatusFileSize
new32.72 KB
new19.27 KB

I 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.

sbydrupal’s picture

Is there any plan to have Views Integration for version 7 ?

Thx

avpaderno’s picture

Title: drupal 7.x version for one limited offer every day » One limited offer every day
Assigned: nasir.bd » Unassigned
Priority: Major » Normal
Issue summary: View changes
Status: Needs work » Closed (outdated)

I am closing this issue, since it's for a Drupal version no longer supported.