Forum Activity for @ultrajam

SteveX
@ultrajam
04/18/14 01:57:59AM
2,589 posts

Foxycart address collection


Using Jamroom

There's not much info around about it, but foxycart 2.0 should be arriving in the near future. They do mention address fields in their advertising for it:
Quote:
Our new checkout is even faster than previous versions. Customers will appreciate spending less time filling out forms with our new address validation feature.

Cart items can be modified or removed right from the checkout, along with real-time shipping and tax calculations. Coupon codes can now be added at checkout as well as in the cart.

Control what fields should be shown and what fields are required with our new field configuration tool. Require customers to agree to your Terms of Service. Quickly configure what card types you accept and much more.
SteveX
@ultrajam
04/17/14 02:26:08PM
2,589 posts

Just Released - Genosis


Announcements

Rumbled, but I'm still worried about the gchq issue.
SteveX
@ultrajam
04/17/14 02:10:31PM
2,589 posts

Just Released - Genosis


Announcements

What if I'm an alien?
SteveX
@ultrajam
04/17/14 02:07:17PM
2,589 posts

variables in jrCore_list search


Using Jamroom

Is the profile_salesperson the same profile as the file? Or is it that the salesperson (who has their own separate profile) needs to see the unapproved file list?
SteveX
@ultrajam
04/17/14 01:48:56PM
2,589 posts

Just Released - Genosis


Announcements

lol, what Paul said too :)

Try genosis out sekeri. Make a new dev site, install genosis, and look at the bigger picture. You aren't limited by Jamroom (in the way that you seem to be limiting it at least). Your "music" website/app can also be as different as Genosis (but probably with less dead people, and [hopefully] funkier).

If you have already installed it, try it out again and feel the breadth.

But on the downside, I couldn't find any ancestor info on the genosis free search services, but not too surprising really. I bet nsa/gchq deleted my ancestry because I went to live in Africa. Brian, when will Genosis be fixed to solve this?
SteveX
@ultrajam
04/17/14 10:26:37AM
2,589 posts

How to get UjCategories


Archived

Invite sent, you should see it in your Marketplace once you have added the channel in Marketplace > tools > Release Channels
SteveX
@ultrajam
04/17/14 07:56:31AM
2,589 posts

How to get UjCategories


Archived

If you install any of my free modules on your site I will be able to generate an invite for the ultrajam beta channel. You'd then add that as a channel in your Marketplace Tools and can then install the module.
SteveX
@ultrajam
04/16/14 01:53:14PM
2,589 posts

any skin coming out based on only events


Suggestions

I'm pretty sure their terms changed since I last looked at them about a year ago. They seem clearer and/or more permissive than I remember them.

A ujGoogleMaps module is now available here:
https://www.jamroom.net/ultrajam/networkmarket/133/googlemaps

To make that work for events you'd add a googlemaps field to your event forms using the Form designer.

Then add this into your list item or item detail template to show a single location:
{ujGoogleMaps_map name="map" map=$item module="jrEvent" height="200"}

To show a map of all events in a list (for a profile or whole site), use this in jrEvent item_list.tpl outside of the foreach loop:
{ujGoogleMaps_map name="anothermap" map=$_items module="jrEvent" height="400"}
The two calls there are pretty much the same - you pass in one item and it maps that one item, pass in an array of items and it creates a map for all of the items.

It works by the user entering a location (with livesearch results), such as "Europe" or a postcode/zipcode. So you get a street level map for a postcode, or a map of a city, country, continent, landmark etc.

There are some more notes about what you can do with it here:
https://www.jamroom.net/ultrajam/documentation/modules
Note that I'm only providing support for the basic features although much more is documented and it's quite versatile.
updated by @ultrajam: 04/16/14 01:53:58PM
  169