Your account is limited to posting only in the Pre-Sales Questions forum.
Support forum access is limited to members with a purchase history.

If you are working on behalf of another member, please contact us with the name of the license holder and we will upgrade your account.
   
3 of 5
3
Multi Currency Addon: Call for beta testers
Posted: 28 May 2012 04:21 AM   [ Ignore ]   [ # 31 ]
Has a Great Personality
Rank
Total Posts:  48
Joined  2011-06-16

Hi

Should the currency code be stored in the order entry and in the purchased item entry? How might I achieve this?

Thanks,

Ben

Profile
 
 
Posted: 28 May 2012 04:59 AM   [ Ignore ]   [ # 32 ]
Has a Great Personality
Rank
Total Posts:  48
Joined  2011-06-16

I am still getting a database error in Mbr_addon_builder for table notification_events, when I install the addon.

I think you meant the conditional “if ($this->EE->db->table_exists(‘cartthrob_notification_events’))” on line 879 to extend further down and include the “foreach ($this->notification_events as $event)” block.

Thanks

Ben

Profile
 
 
Posted: 28 May 2012 06:17 AM   [ Ignore ]   [ # 33 ]
Has a Great Personality
Rank
Total Posts:  48
Joined  2011-06-16

Another little bug.

European Union option is saved as “eur” in the control panel. but in the extension it is thought to be “european_union”

Profile
 
 
Posted: 30 May 2012 03:19 AM   [ Ignore ]   [ # 34 ]
Administrator
Avatar
RankRankRankRankRank
Total Posts:  10256
Joined  2008-09-29

Should the currency code be stored in the order entry and in the purchased item entry? How might I achieve this?

if you want to save in the purchased item entry, add a field called either currency_code, or purchased_currency_code, and I believe it should save.

I think you meant the conditional “if ($this->EE->db->table_exists(‘cartthrob_notification_events’))” on line 879 to extend further down and include the “foreach ($this->notification_events as $event)” block.

Sorta. I meant it the way it is. But in looking at it, I realized that the notification events are created by CT, and not the add-on, so wrapping the whole thing in a conditional makes more sense.

European Union option is saved as “eur” in the control panel. but in the extension it is thought to be “european_union”

Line 223 of MBR add-on builder. change ear to european_union

 Signature 

We’re moving away from the forums, though not entirely and not immediately. Lack of support lately is coincidental to that. Unfortunately we’ve had a bad month with it, but we do not forsee that we will have any continued problems with support through our portal going forward, or on forums while we’re still transitioning. We will send out a newsletter and make additional notifications through twitter and other outlets over the coming weeks.

Moving forward; things returning to normal.

Profile
 
 
Posted: 05 June 2012 04:23 AM   [ Ignore ]   [ # 35 ]
Wallflower
Rank
Total Posts:  6
Joined  2012-05-04

Chris, I’m only just starting to integrate this into my site. I have version 1.62, and get this with debugging turned on:

A PHP Error was encountered

Severity
Notice

Message
Uninitialized string offset0

Filename
cartthrob_multi_location/ext.cartthrob_multi_location.php

Line Number
159 
Profile
 
 
Posted: 06 June 2012 02:23 AM   [ Ignore ]   [ # 36 ]
Has a Great Personality
Rank
Total Posts:  44
Joined  2010-04-08

Hi Chris

I haven’t been able to get past the “Table ‘exp_cartthrob_notification_events’ doesn’t exist” error (Multi-Location version 1.674) that Ben ran into on installation, but it looks like he has been digging around quite a bit and found a few more little issues ... so I thought I might just put this on hold until you’ve had a chance to work on the next version, which I hope you will be able to send me when it’s ready.

After that error, by the way, I find that the module has been installed but not the extension, but trying to enable the extension just doesn’t work at all. So it remains with the module installed but with the extension disabled, if that makes sense.

Cheers
Andrew

[ Edited: 06 June 2012 02:26 AM by Andrew Macpherson ]
Profile
 
 
Posted: 06 June 2012 08:51 AM   [ Ignore ]   [ # 37 ]
Administrator
Avatar
RankRankRankRankRank
Total Posts:  10256
Joined  2008-09-29

Andrew and Pål, I’ve emailed you an updated copy.

Andrew uninstall, then completely delete the module and extension before you update.

 Signature 

We’re moving away from the forums, though not entirely and not immediately. Lack of support lately is coincidental to that. Unfortunately we’ve had a bad month with it, but we do not forsee that we will have any continued problems with support through our portal going forward, or on forums while we’re still transitioning. We will send out a newsletter and make additional notifications through twitter and other outlets over the coming weeks.

Moving forward; things returning to normal.

Profile
 
 
Posted: 07 June 2012 02:09 AM   [ Ignore ]   [ # 38 ]
Has a Great Personality
Rank
Total Posts:  44
Joined  2010-04-08

Hi Chris

Thanks for sending that new version through. I did as you suggested, and everything seems to be off to a really good start this time grin
Now that it’s installed and functioning, I hope to be able to put aside some time early next week to start doing some real testing.

Cheers
Andrew

Profile
 
 
Posted: 08 June 2012 03:47 AM   [ Ignore ]   [ # 39 ]
Wallflower
Rank
Total Posts:  6
Joined  2012-05-04

Hi Chris,

I didn’t get your e-mail with the new version. Could you send it again?


Thanks,
Pål

Profile
 
 
Posted: 08 June 2012 02:59 PM   [ Ignore ]   [ # 40 ]
Administrator
Avatar
RankRankRankRankRank
Total Posts:  10256
Joined  2008-09-29

Sent again.

 Signature 

We’re moving away from the forums, though not entirely and not immediately. Lack of support lately is coincidental to that. Unfortunately we’ve had a bad month with it, but we do not forsee that we will have any continued problems with support through our portal going forward, or on forums while we’re still transitioning. We will send out a newsletter and make additional notifications through twitter and other outlets over the coming weeks.

Moving forward; things returning to normal.

Profile
 
 
Posted: 10 June 2012 06:56 PM   [ Ignore ]   [ # 41 ]
Has a Great Personality
Rank
Total Posts:  44
Joined  2010-04-08

Hi Chris

I’m afraid that I’ve run into a bit of a problem from the start ...

The module seems to be set up okay, but when I use the multi location tag I get the following error:

Server error
The website encountered an error 
while retrieving http://SERVER/multi-location-test/URL-TITLE. It may be down for maintenance or configured incorrectly.
Here are some suggestions:
Reload this webpage later.
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request

This is the template code—it’s a very, very simple test page:

{exp:channel:entries site="SITE" channel="CHANNEL" active_status="open" limit="1"}
{if no_results}
<p>Didn't find anything</p>{/if}

<h1>{title}</h1>
{exp:cartthrob_multi_location:price entry_id="{entry_id}"}

{/exp:channel:entries} 

I have tried taking out everything I can from the Apache .htaccess file, just in case there is some configuration issue, but that doesn’t seem to help at all.

Any ideas what might be going on?

Thanks in advance for any insights you may be able to give.

Cheers
Andrew

[ Edited: 10 June 2012 07:00 PM by Andrew Macpherson ]
Profile
 
 
Posted: 13 June 2012 05:41 PM   [ Ignore ]   [ # 42 ]
Wallflower
Rank
Total Posts:  12
Joined  2012-02-27

Hi Chris,

I am building a site that really needs this I would like to be in the beta test please.

Profile
 
 
Posted: 14 June 2012 01:17 AM   [ Ignore ]   [ # 43 ]
Wallflower
Rank
Total Posts:  6
Joined  2012-05-04

In mod.cartthrob_multi_location.php, line 83 I changed

$this->EE->number->format$price); 

to

return $this->EE->number->format$price); 

to actually get a price grin

Profile
 
 
Posted: 14 June 2012 10:11 PM   [ Ignore ]   [ # 44 ]
Administrator
Avatar
RankRankRankRankRank
Total Posts:  10256
Joined  2008-09-29

Hey Myers Network, please post again on Monday and I’ll send it to you. I need to merge a few versions.

[ Edited: 19 June 2012 03:46 PM by Chris Newton ]
 Signature 

We’re moving away from the forums, though not entirely and not immediately. Lack of support lately is coincidental to that. Unfortunately we’ve had a bad month with it, but we do not forsee that we will have any continued problems with support through our portal going forward, or on forums while we’re still transitioning. We will send out a newsletter and make additional notifications through twitter and other outlets over the coming weeks.

Moving forward; things returning to normal.

Profile
 
 
Posted: 14 June 2012 10:12 PM   [ Ignore ]   [ # 45 ]
Administrator
Avatar
RankRankRankRankRank
Total Posts:  10256
Joined  2008-09-29

to actually get a price

Good catch. Thanks for the note.

 Signature 

We’re moving away from the forums, though not entirely and not immediately. Lack of support lately is coincidental to that. Unfortunately we’ve had a bad month with it, but we do not forsee that we will have any continued problems with support through our portal going forward, or on forums while we’re still transitioning. We will send out a newsletter and make additional notifications through twitter and other outlets over the coming weeks.

Moving forward; things returning to normal.

Profile
 
 
   
3 of 5
3