Forum Activity for @maxcinsay

maxcinsay
@maxcinsay
02/21/14 09:33:25AM
60 posts

FoxyCart for paid subscriptions


Jamroom Developers

Hello, I got foxy cart set up and created the links for the sign up of paid subscriptions but when people click on the link they get a message of Empty Shopping cart.( https://www.jamroom.net/the-jamroom-network/documentation/modules/67/selling-a-subscription-jrfoxycart-)

Here the example:
http://dev5.r2rlive.com/signup (try Executive or Venue subscription)

Thank you
updated by @maxcinsay: 03/31/14 01:06:04AM
maxcinsay
@maxcinsay
02/17/14 03:16:25PM
60 posts

Show emails for each account


Jamroom Developers

I really need the sign up email (the users are already in the database). Im creating a page only to be accessed under password, the page needs to display the names and emails of users so our marketing team can access them and send a newsletter about the new website we are building.

What I really need is the list, no matter the format, it could be in a template or it could be an import from JR5, csv, pdf, whatever will work.
maxcinsay
@maxcinsay
02/17/14 02:34:40PM
60 posts

Show emails for each account


Jamroom Developers

Hello, is there a way to show the main email address affiliated to an account on the template?
Im using this to get a raw list of all the users under a quota
{jrCore_list module="jrProfile" quota_id="4" template="show_all.tpl" assign="TOP_ARTISTS" limit=5000 }

and then {$row.profile_name} to show their names, I tried to find a variable using {debug} but no luck, do you have any suggestion?

Thank you
updated by @maxcinsay: 03/23/14 04:14:50PM
maxcinsay
@maxcinsay
02/17/14 12:57:05PM
60 posts

CSS broken after update/migration


Jamroom Developers

Hello @michael, thanks for your answer, I wouldn't mind looking into it and help with this, do you know where the css gets minified? If not, I can look around this weekend. Thank you
maxcinsay
@maxcinsay
02/17/14 12:23:02PM
60 posts

CSS broken after update/migration


Jamroom Developers

Hello @SteveX, I have seen that before, thanks. And the comments were formatted correctly. The point is to support standards.
maxcinsay
@maxcinsay
02/17/14 11:54:46AM
60 posts

CSS broken after update/migration


Jamroom Developers

Thank you @SteveX, Im already adding the files manually in meta.tpl.

I still think Jamroom needs to support CSS standards regardless of how users use the platform and also notify how developers mode works, since the only warning I get is that files wont be cache (even tho they stay cached anyway and I have to manually click on the clean cache option when I do a modification)
maxcinsay
@maxcinsay
02/17/14 10:51:17AM
60 posts

CSS broken after update/migration


Jamroom Developers

The way we are adding the CSS is the way you guys suggest it (include.php), Jamroom should support CSS multiline comments since this is a common and standard practice. Using // is not standard in CSS.We include libraries not built by us and they also use multiline comments, that means we have to modify and check each library that we want to add.

Including the links manually means that the functionality that offers Jamroom when using the include.php file is not really that supportive.

As a supporter of Jamroom I have to say that not supporting standards makes the platform more complicated to use.
maxcinsay
@maxcinsay
02/17/14 09:34:10AM
60 posts

CSS broken after update/migration


Jamroom Developers

Hello team,

We recently did a migration from JR4 to JR5 and we found our theme broken after the migration. (I must say Paul has been great during the whole process)

After investigating why the theme was not showing the way it was supposed to, we found that Jamroom is modifying the css files when they get all put together in the include.php file.

For example:
I use titles to explain what we are styling, like this:
/***********************
* SETTINGS MENU *
***********************/
.settings_menu { color:#FFF; }

After the upgrade the css get some of the /*********************** removed and now the sheet won't work, since now it is:

SETTINGS MENU
.settings_menu { color:#FFF; }

I want Jamroom not to modify any of the files are put together for caching. Right now it has problems with the multi line comments on CSS.

Thanks for your help
updated by @maxcinsay: 03/22/14 12:00:09AM
maxcinsay
@maxcinsay
02/07/14 11:35:11AM
60 posts

jrFoxyCart Subscription links not working


Design and Skin Customization

We want to sell subscriptions in our website and we did the set up explained here:
https://www.jamroom.net/the-jamroom-network/documentation/modules/67/selling-a-subscription-jrfoxycart-

We created a page to explain the subscriptions
http://dev5.r2rlive.com/signup

And then for the links to each sign up form we use:
Start Now
(We change ID number on each case)

The links generated are not working, we get a 404 after clicking on them.

This is the return:
/cart?code||d8de25aec30ed5bf42ca88a536dbad88dc3b098c2a4081b1a894639ae1869440=subscription_purchase&quota_id||1d4057e164f72bc6a3070ea1a57a317cac141192957af910e05f09ae1a885a1c=8&name||1a49152e9638525946058a589742746abc8f9569462a69d3b48e8ccfb8d5b36c=Artist+-+Pro&sub_frequency||bf3e9c2cce65a5389ec1776296eb1501b265fa75b4f524fb915202f990560386=1m&price||d02a8fcfbe0fa53659a618866ca0dfafdbe3606d6bf93ce3d336ac9b35a4c5d0=4.99&quantity_max||f792e96f87599f87e18a0d2ab90a24b990630a56e840da3c512afadd53cec174=1&h:user_id=1&h:profile_id=2


Note: We have foxy cart installed but we have not added the API Key.

Thanks for your help

updated by @maxcinsay: 03/11/14 01:33:54AM
maxcinsay
@maxcinsay
01/29/14 10:24:15PM
60 posts

Custom Sign Up and Login page


Design and Skin Customization

Hello guys, thanks, it worked very well. This is what I call a good team behind the product
  2