Is there likely to be a drupal 7 version soon?

Thanks,

Dawson

Comments

omnius’s picture

Would be wonderful to know if there are any plans for D7 and Ubercart3

longwave’s picture

No immediate plans, but if anyone posts a patch I will review it, or if you would like to sponsor the upgrade please contact me directly.

JoshOrndorff’s picture

This looks like a wonderful module. I'll take a look at the source to consider a port.

JoshOrndorff’s picture

I'm not quite familiar enough with ubercart to work this out yet. It's still on my radar because I would love to see it, but I probably won't be able to do anything immediately.

I'll be happy to help or test if anyone else has a start.

-Josh

xdelfino’s picture

I need uc_pma too! If a 7 dev release available, i can try to help you!

pityu73’s picture

Very good module, fill a large gap in the form of payment.
We have also had cash on delivery cost.
Please update to drupal7.x and ubercart3.x to.
thank you,
Stephen

tomasbarej’s picture

Status: Active » Needs review
StatusFileSize
new4.19 KB

I ported this project to the Drupal 7 version. I tested it on Drupal 7.10 and Ubercart 7.x-3.0-rc2.

For me it worked well, as it is on 6.x branch. The javascript ajax function from 6.x is no longer necessary because ajax line_item refreshing is now in the Ubercart core.

So please test it and enjoy!

gynekolog’s picture

#7
The price for delivery is not included in the total price of the order.

pityu73’s picture

StatusFileSize
new21.61 KB
new24.62 KB

Unfortunately does not include the amount of the payment at the board and has not been included in the total.
I attached a picture of the problem. (uc_pma7x-bug.png)

Tested environment: drupal 7.10 and ubercart 7.x-3.0-rc4

tomasbarej’s picture

StatusFileSize
new4.19 KB

Yeah you right. I have an error in hook_uc_line_item. Parameter stored should have value FALSE.

I attached a fixed version. I tested it on Drupal 7.12 and Ubercart 7.x-3.0

gynekolog’s picture

Works, thank you!

pityu73’s picture

StatusFileSize
new29.19 KB

Great job, thank you.
uc_pma-7.x-1.x-dev

xdelfino’s picture

Good job! Thank you!

xurizaemon’s picture

Title: Drupal 7 » Port uc_pma to Drupal 7
StatusFileSize
new9.93 KB

Patch attached, with minimal changes from @tomasbarej's version.

Sandbox at http://drupalcode.org/sandbox/grobot/1471034.git/shortlog/refs/heads/7.x... has updated tarball ("snapshot" link).

Maintainer, can you please create a Git branch for 7.x-1.x so we can work from that?

See also patch in http://drupal.org/node/1471076#comment-5698070 for PHP5.3 fix.

cyu’s picture

grobot, I've added you as a maintainer as requested. Feel free to start the D7 branch.

christian death’s picture

Hi,

good to show the port for D7 is coming :-).
I have short testing and I must say it give problem with tax. The pma is not including in tax calculation.

xurizaemon’s picture

Thanks cYu for giving me access to work on this. 7.x-1.x-dev release is now available on the module homepage.

@christian death, please see #841348: pma + tax module re tax support. By default uc_pma only operates on products and ignores shipping, tax etc. See also #864726: Optionally apply uc_pma adjustments also to non-product line items (eg shipping) which has a patch (fix in 7.x-1.x-dev already).

christian death’s picture

@grobot: thanxs,i have tax enabled for this and it works :-)
But can you including a solution, when i insert a positiv currency value so show this with inkl. tax on checkout?