Using Product Field? and Paypal

Permalink Browser Info Environment
Good Day


I have purchased this form , because i believed it could do what I wanted.

I am having a little trouble setting up paypal and Product options onto a form.. I can't see and Doc on it.

What I want If possible IS a select Box of 3 Options -- Slandered /Pro /Pro+ and a form for the client details. Now I want them to be able to select 1 of the 3 options, then fill in the form, then pay Via Paypal the selected amount depending which option they choose?

The product Option am no sure what It does? Please advise.

Also I would Prefer a Select Box for the 3 options. Which Takes its default section form the URL, Which I believe is possible with the URL option.

Please Advise

Carl

Type: Pre-Sale
Status: In Progress
carl101lee
View Replies:
PhilYoung replied on at Permalink Reply
PhilYoung
Hi Carl,
I have set up a simple form to see if this is what you mean. Please check your personal messages for the link.
Best
Phil
OKDnet replied on at Permalink Reply
OKDnet
Without any documentation (specifically about the Integrations) I too find myself at a loss as to how to do basically the same thing.

I'd like to use PayPal (and/or Stripe as well) to be able to do some alternate payment options. I'm experimenting with this feature of the add-on now, but I simply can't tell if the functionality I'd like is not there, or if it is there and I'm not knowing how to do it.

Really, the add-on so far is superb, and these integrations look to be an aspect that takes it to another level (which is great, an added value), but you are IMHO doing yourself a dis-service by not providing the necessary documentation (meaning your probably missing sales as a result- since your video documentation serves double duty as a sales aid!). On the other hand, I suspect you already know this and got busy, because you did start out great with the documentation.

I can create a separate ticket if you prefer.
jgarcia replied on at Permalink Reply
jgarcia
Agreed - I rolled the payment gateway integrations out with the 2.0 release about a month ago, but didn't have the documentation in place for them yet. I'm going to try to get a tutorial video in place with regard to how these work because you're right: it's not that intuitive.

If you can hold out a few more days, I'll see if I can get those tutorial videos in place this weekend.
OKDnet replied on at Permalink Reply
OKDnet
I did figure some or most of it out. Yeah, the implementation via the start value, increment and end value isn't exactly intuitive, but easy enough once you know how that works.

PayPal has a recurring payment (subscription) option in their API that I'm using in a customized version of another add-on. I needed this combined with a one time payment (all in a single "Buy Now" purchase). However, while I achieved that, it doesn't allow for any cart like functionality, nor can it capture unlimited additional data before sending the user to PayPal.

So I was hoping the PayPal integration in Formify would allow for me to use it in a phase 2 as a replacement, thereby allowing me to offer additional items, options, upsells etc. (since Formify is creating a cart before sending to PayPal).

Have you considered adding the subscription option?

I can totally see the Integrations, combined with new instructional/sales videos, positioning Formify as a go-to add-on in a completely new additional category of use cases (namely simple eCommerce payments via PayPal or Stripe).
TeKnoZiz replied on at Permalink Reply
TeKnoZiz
How do you show a total of the form?
PhilYoung replied on at Permalink Reply
PhilYoung
Hi,
Right now the total only appears when the form directs you to the payment gateway. Somewhat unusual but then this is not a full ecommerce package, more a form with ecommerce capability. However, it would be a nice addition if it did display the total prior to submission..
Best
Phil.
jgarcia replied on at Permalink Reply
jgarcia
Phil's right - the goal here is not to make Formify into a full e-commerce package, but rather to enable some degree of e-commerce functionality with your forms, which is why there's no checkout process that shows a total.
jgarcia replied on at Permalink Reply
jgarcia
Also - for those wanting to get started with Paypal integration, check out the tutorial here:http://68m.co/formify/integration-paypal/...
TeKnoZiz replied on at Permalink Reply
TeKnoZiz
Well I certainly understand that, but I'm not even looking for ecommerce integration, just to send the form as an order, so having a total field would be appropriate. Are you still planning on adding one?
carl101lee replied on at Permalink Reply
carl101lee
Good Day

Thanks for the link, this is basically what I wanted, I only Need 1 select Box for the product not the product then the price. But I can see it can do what I want. I just need a bit of documentation on how/what all the field options do.. Mostly the Product option.

I tried to set the Default product value but that didn't seem to work. I guess I need to set the product up as a hidden field and link to the selection of the options above.

With Thanks
Carl
carl101lee replied on at Permalink Reply
carl101lee
Ok All

I am getting some very strange errors Now..

Some how I set the product price and quantity, but when it goes to checkout... It say Half a million .. Which is nice... If only?

I don't know what I have done to this form But its doing all sorts of crazy stuff Now.

Also I seem to have a bug moving Fields.. It shows them moved on the back end But doesn't move them... If i click away and back they reset to previous Positions.

Can only arrange them By adding them in the correct order?

Regards
Carl
PhilYoung replied on at Permalink Reply
PhilYoung
Hi Carl,

The form does submit.

I can also move the fields in the forms but I see what you mean, you go away and they move back.

What the form seems to be doing is multiply the product price by the number of fields. I just created a test form on your site with the 3 fields with a product price of 197 and it says amount charged is 591 which is 3 x 197. I have never seen this behaviour before.

I notice you are on concrete 5.7.5.9. I would update to version 5.7.5.13

I would also uninstal and re-instal formify but before you re-instal check your db and remove any formify entries - if any are left.

Best
Phil
carl101lee replied on at Permalink Reply
carl101lee
Ok thanks

I will update on Monday to latest version, and try that... Can u give me the table names/fields/locations to check in the DB if you know them, as I know their are lots for Concrete5.

Ya the moving of fields shows it does in the backend.. But doesn't update on the site. And if you Nav Back in the dashboard they reset. I will see if an update fixes it. Also I am using chrome , maybe I will check on Mozzilla to see if it does the same.

Also, I got the hide function to work thanks but removed it to the basic to see what the hell it was doing...

The Only Issue I can see Is I would like it to Auto Select the Product box when shown, and deselect when hidden, Otherwise I can see a customer change the Selected Plan and it currently Hides the Other fine but leaves it selected so will bill them the wrong amount.
( Can I plug In a script to do this? )

Also Requires the user to Select Twice What Plan they want... But This might be useful as a Final Check before checkout. But the less clicks the better.

Thanks for the quick response

Carl
PhilYoung replied on at Permalink Reply
PhilYoung
Hi Carl,

Currently, there is no way to get a group of products that are hidden via visibility to be unselected. If you have the start value as 1 for each product then all the products you have get selected as, of course, they are all simply hidden rather than hidden and unselected.

The only work around is as I had on my test form which was to set all of the products start quantity to 0 and include a label field with the instruction to tick the box for the product you select.

I have no idea if Justin (the developer) could implement a feature like this because as you say the less clicks the better.

Best
Phil
carl101lee replied on at Permalink Reply
carl101lee
Formal Refund Request: Please grant me a refund for the license assigned to this support request.
carl101lee replied on at Permalink Reply
carl101lee
As I have had No update on this issue, and have tried all the fixes given.. I have also installed a fresh copy on another server with No theme and no content.. And it still gives me the same errors. I have no choice but to design the form my self.
jgarcia replied on at Permalink Reply
jgarcia
I granted the refund, but I'm still happy to look at this if you would like me to. I'm unable to replicate any sort of miscalculation of the price error on my setup.
carl101lee replied on at Permalink Reply
carl101lee
Good Afternoon.

I can see that the form Ad don has been updated. I was wondering If i could try the addon on my site, with the lastest version to see if it works with out the strange behavior from before.

f I could trail it for a couple of days to see if it will work the way I hope. I will be very grateful and will buy a licence straight away if it works. And more as i have a few sites which would benefit from this addon.

Please note, I have moved the site to a fully updated server, on a fresh concrete5 5.8 install. But I also still have the old site running with the crazy results I can test on also.

Thanks
Carl

concrete5 Environment Information

# concrete5 Version
Core Version - 5.7.5.9
Version Installed - 5.7.5.9
Database Version - 20160615000000

# concrete5 Packages
Formify (2.4.0.1).

# concrete5 Overrides
languages/pt_BR/LC_MESSAGES/messages.mo, languages/pt_BR/LC_MESSAGES, languages/pt_BR, languages/es_PY/LC_MESSAGES/messages.mo, languages/es_PY/LC_MESSAGES, languages/es_PY, languages/fi_FI/LC_MESSAGES/messages.mo, languages/fi_FI/LC_MESSAGES, languages/fi_FI, languages/en_GB/LC_MESSAGES/messages.mo, languages/en_GB/LC_MESSAGES, languages/en_GB, languages/nl_NL/LC_MESSAGES/messages.mo, languages/nl_NL/LC_MESSAGES, languages/nl_NL, languages/tr_TR/LC_MESSAGES/messages.mo, languages/tr_TR/LC_MESSAGES, languages/tr_TR, languages/da_DK/LC_MESSAGES/messages.mo, languages/da_DK/LC_MESSAGES, languages/da_DK, languages/fr_FR/LC_MESSAGES/messages.mo, languages/fr_FR/LC_MESSAGES, languages/fr_FR, languages/it_IT/LC_MESSAGES/messages.mo, languages/it_IT/LC_MESSAGES, languages/it_IT, languages/ja_JP/LC_MESSAGES/messages.mo, languages/ja_JP/LC_MESSAGES, languages/ja_JP, languages/de_DE/LC_MESSAGES/messages.mo, languages/de_DE/LC_MESSAGES, languages/de_DE, languages/cs_CZ/LC_MESSAGES/messages.mo, languages/cs_CZ/LC_MESSAGES, languages/cs_CZ, languages/ru_RU/LC_MESSAGES/messages.mo, languages/ru_RU/LC_MESSAGES, languages/ru_RU, languages/sv_SE/LC_MESSAGES/messages.mo, languages/sv_SE/LC_MESSAGES, languages/sv_SE, languages/el_GR/LC_MESSAGES/messages.mo, languages/el_GR/LC_MESSAGES, languages/el_GR, themes/coopsgroup/default.php, themes/coopsgroup/thumbnail.png, themes/coopsgroup/full.php, themes/coopsgroup/blank.php, themes/coopsgroup/css/build/bootstrap-3.2.0/theme.less, themes/coopsgroup/css/build/bootstrap-3.2.0/code.less, themes/coopsgroup/css/build/bootstrap-3.2.0/tooltip.less, themes/coopsgroup/css/build/bootstrap-3.2.0/breadcrumbs.less, themes/coopsgroup/css/build/bootstrap-3.2.0/pagination.less, themes/coopsgroup/css/build/bootstrap-3.2.0/scaffolding.less, themes/coopsgroup/css/build/bootstrap-3.2.0/modals.less, themes/coopsgroup/css/build/bootstrap-3.2.0/tables.less, themes/coopsgroup/css/build/bootstrap-3.2.0/list-group.less, themes/coopsgroup/css/build/bootstrap-3.2.0/forms.less, themes/coopsgroup/css/build/bootstrap-3.2.0/normalize.less, themes/coopsgroup/css/build/bootstrap-3.2.0/labels.less, themes/coopsgroup/css/build/bootstrap-3.2.0/bootstrap.less, themes/coopsgroup/css/build/bootstrap-3.2.0/responsive-utilities.less, themes/coopsgroup/css/build/bootstrap-3.2.0/component-animations.less, themes/coopsgroup/css/build/bootstrap-3.2.0/carousel.less, themes/coopsgroup/css/build/bootstrap-3.2.0/media.less, themes/coopsgroup/css/build/bootstrap-3.2.0/glyphicons.less, themes/coopsgroup/css/build/bootstrap-3.2.0/variables.less, themes/coopsgroup/css/build/bootstrap-3.2.0/popovers.less, themes/coopsgroup/css/build/bootstrap-3.2.0/grid.less, themes/coopsgroup/css/build/bootstrap-3.2.0/buttons.less, themes/coopsgroup/css/build/bootstrap-3.2.0/panels.less, themes/coopsgroup/css/build/bootstrap-3.2.0/thumbnails.less, themes/coopsgroup/css/build/bootstrap-3.2.0/input-groups.less, themes/coopsgroup/css/build/bootstrap-3.2.0/responsive-embed.less, themes/coopsgroup/css/build/bootstrap-3.2.0/print.less, themes/coopsgroup/css/build/bootstrap-3.2.0/wells.less, themes/coopsgroup/css/build/bootstrap-3.2.0/navs.less, themes/coopsgroup/css/build/bootstrap-3.2.0/progress-bars.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/nav-divider.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/pagination.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/opacity.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/list-group.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/border-radius.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/forms.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/background-variant.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/labels.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/tab-focus.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/resize.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/progress-bar.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/nav-vertical-align.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/grid.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/buttons.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/text-overflow.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/panels.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/image.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/size.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/grid-framework.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/vendor-prefixes.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/table-row.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/hide-text.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/clearfix.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/text-emphasis.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/center-block.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/gradients.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/reset-filter.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/alerts.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/responsive-visibility.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins, themes/coopsgroup/css/build/bootstrap-3.2.0/jumbotron.less, themes/coopsgroup/css/build/bootstrap-3.2.0/button-groups.less, themes/coopsgroup/css/build/bootstrap-3.2.0/navbar.less, themes/coopsgroup/css/build/bootstrap-3.2.0/badges.less, themes/coopsgroup/css/build/bootstrap-3.2.0/dropdowns.less, themes/coopsgroup/css/build/bootstrap-3.2.0/pager.less, themes/coopsgroup/css/build/bootstrap-3.2.0/close.less, themes/coopsgroup/css/build/bootstrap-3.2.0/alerts.less, themes/coopsgroup/css/build/bootstrap-3.2.0/type.less, themes/coopsgroup/css/build/bootstrap-3.2.0/utilities.less, themes/coopsgroup/css/build/bootstrap-3.2.0, themes/coopsgroup/css/build/footer.less, themes/coopsgroup/css/build/body.less, themes/coopsgroup/css/build/pagination.less, themes/coopsgroup/css/build/captcha.less, themes/coopsgroup/css/build/errors.less, themes/coopsgroup/css/build/content.less, themes/coopsgroup/css/build/buttons.less, themes/coopsgroup/css/build/mobile/navigation.less, themes/coopsgroup/css/build/mobile, themes/coopsgroup/css/build/blocks/page-title.less, themes/coopsgroup/css/build/blocks/date-navigation.less, themes/coopsgroup/css/build/blocks/page-attribute-display.less, themes/coopsgroup/css/build/blocks/topic-list.less, themes/coopsgroup/css/build/blocks/page-title-option-byline.less, themes/coopsgroup/css/build/blocks/page-list-template-thumbnail-grid.less, themes/coopsgroup/css/build/blocks/next-previous.less, themes/coopsgroup/css/build/blocks/page-list.less, themes/coopsgroup/css/build/blocks/image.less, themes/coopsgroup/css/build/blocks/page-list-option-buttons.less, themes/coopsgroup/css/build/blocks/image-slider.less, themes/coopsgroup/css/build/blocks/faq.less, themes/coopsgroup/css/build/blocks/feature.less, themes/coopsgroup/css/build/blocks/testimonial.less, themes/coopsgroup/css/build/blocks/tags.less, themes/coopsgroup/css/build/blocks/feature-template-hover-description.less, themes/coopsgroup/css/build/blocks/header.less, themes/coopsgroup/css/build/blocks, themes/coopsgroup/css/build/miscellaneous-styles.less, themes/coopsgroup/css/build/breadcrumb.less, themes/coopsgroup/css/build/add-ons/calendar.less, themes/coopsgroup/css/build/add-ons, themes/coopsgroup/css/build/reset.less, themes/coopsgroup/css/build/mixins.less, themes/coopsgroup/css/build/custom-design-classes/blog-entry-list.less, themes/coopsgroup/css/build/custom-design-classes/testimonial-bio.less, themes/coopsgroup/css/build/custom-design-classes/area-content-accent.less, themes/coopsgroup/css/build/custom-design-classes/recent-blog-entry.less, themes/coopsgroup/css/build/custom-design-classes/block-sidebar-wrapped.less, themes/coopsgroup/css/build/custom-design-classes/block-sidebar-padded.less, themes/coopsgroup/css/build/custom-design-classes, themes/coopsgroup/css/build/fonts/royal.less, themes/coopsgroup/css/build/fonts/night-road.less, themes/coopsgroup/css/build/fonts/blue-sky.less, themes/coopsgroup/css/build/fonts/defaults.less, themes/coopsgroup/css/build/fonts, themes/coopsgroup/css/build/search.less, themes/coopsgroup/css/build/header.less, themes/coopsgroup/css/build, themes/coopsgroup/css/presets/royal.less, themes/coopsgroup/css/presets/night-road.less, themes/coopsgroup/css/presets/CoopsGroup.less, themes/coopsgroup/css/presets/blue-sky.less, themes/coopsgroup/css/presets/defaults.less, themes/coopsgroup/css/presets, themes/coopsgroup/css/bootstrap-modified.css, themes/coopsgroup/css/main.less, themes/coopsgroup/css/styles.xml, themes/coopsgroup/css, themes/coopsgroup/images/background-slider-default.png, themes/coopsgroup/images/background-slider-royal.png, themes/coopsgroup/images/Coops-Group-icon-large.png, themes/coopsgroup/images/background-slider-blue-sky.png, themes/coopsgroup/images/Coops-Group-icon-large-gray.png, themes/coopsgroup/images/background.png, themes/coopsgroup/images/background-slider-night-road.png, themes/coopsgroup/images/Coops-group-heading.png, themes/coopsgroup/images, themes/coopsgroup/page_theme.php, themes/coopsgroup/elements/header.php, themes/coopsgroup/elements/header_top.php, themes/coopsgroup/elements/footer.php, themes/coopsgroup/elements/footer_bottom.php, themes/coopsgroup/elements, themes/coopsgroup/right_sidebar.php, themes/coopsgroup/page_not_found.php, themes/coopsgroup/page_forbidden.php, themes/coopsgroup/view.php, themes/coopsgroup/left_sidebar.php, themes/coopsgroup, languages/pt_BR/LC_MESSAGES/messages.mo, languages/pt_BR/LC_MESSAGES, languages/pt_BR, languages/es_PY/LC_MESSAGES/messages.mo, languages/es_PY/LC_MESSAGES, languages/es_PY, languages/fi_FI/LC_MESSAGES/messages.mo, languages/fi_FI/LC_MESSAGES, languages/fi_FI, languages/en_GB/LC_MESSAGES/messages.mo, languages/en_GB/LC_MESSAGES, languages/en_GB, languages/nl_NL/LC_MESSAGES/messages.mo, languages/nl_NL/LC_MESSAGES, languages/nl_NL, languages/tr_TR/LC_MESSAGES/messages.mo, languages/tr_TR/LC_MESSAGES, languages/tr_TR, languages/da_DK/LC_MESSAGES/messages.mo, languages/da_DK/LC_MESSAGES, languages/da_DK, languages/fr_FR/LC_MESSAGES/messages.mo, languages/fr_FR/LC_MESSAGES, languages/fr_FR, languages/it_IT/LC_MESSAGES/messages.mo, languages/it_IT/LC_MESSAGES, languages/it_IT, languages/ja_JP/LC_MESSAGES/messages.mo, languages/ja_JP/LC_MESSAGES, languages/ja_JP, languages/de_DE/LC_MESSAGES/messages.mo, languages/de_DE/LC_MESSAGES, languages/de_DE, languages/cs_CZ/LC_MESSAGES/messages.mo, languages/cs_CZ/LC_MESSAGES, languages/cs_CZ, languages/ru_RU/LC_MESSAGES/messages.mo, languages/ru_RU/LC_MESSAGES, languages/ru_RU, languages/sv_SE/LC_MESSAGES/messages.mo, languages/sv_SE/LC_MESSAGES, languages/sv_SE, languages/el_GR/LC_MESSAGES/messages.mo, languages/el_GR/LC_MESSAGES, languages/el_GR, themes/coopsgroup/default.php, themes/coopsgroup/thumbnail.png, themes/coopsgroup/full.php, themes/coopsgroup/blank.php, themes/coopsgroup/css/build/bootstrap-3.2.0/theme.less, themes/coopsgroup/css/build/bootstrap-3.2.0/code.less, themes/coopsgroup/css/build/bootstrap-3.2.0/tooltip.less, themes/coopsgroup/css/build/bootstrap-3.2.0/breadcrumbs.less, themes/coopsgroup/css/build/bootstrap-3.2.0/pagination.less, themes/coopsgroup/css/build/bootstrap-3.2.0/scaffolding.less, themes/coopsgroup/css/build/bootstrap-3.2.0/modals.less, themes/coopsgroup/css/build/bootstrap-3.2.0/tables.less, themes/coopsgroup/css/build/bootstrap-3.2.0/list-group.less, themes/coopsgroup/css/build/bootstrap-3.2.0/forms.less, themes/coopsgroup/css/build/bootstrap-3.2.0/normalize.less, themes/coopsgroup/css/build/bootstrap-3.2.0/labels.less, themes/coopsgroup/css/build/bootstrap-3.2.0/bootstrap.less, themes/coopsgroup/css/build/bootstrap-3.2.0/responsive-utilities.less, themes/coopsgroup/css/build/bootstrap-3.2.0/component-animations.less, themes/coopsgroup/css/build/bootstrap-3.2.0/carousel.less, themes/coopsgroup/css/build/bootstrap-3.2.0/media.less, themes/coopsgroup/css/build/bootstrap-3.2.0/glyphicons.less, themes/coopsgroup/css/build/bootstrap-3.2.0/variables.less, themes/coopsgroup/css/build/bootstrap-3.2.0/popovers.less, themes/coopsgroup/css/build/bootstrap-3.2.0/grid.less, themes/coopsgroup/css/build/bootstrap-3.2.0/buttons.less, themes/coopsgroup/css/build/bootstrap-3.2.0/panels.less, themes/coopsgroup/css/build/bootstrap-3.2.0/thumbnails.less, themes/coopsgroup/css/build/bootstrap-3.2.0/input-groups.less, themes/coopsgroup/css/build/bootstrap-3.2.0/responsive-embed.less, themes/coopsgroup/css/build/bootstrap-3.2.0/print.less, themes/coopsgroup/css/build/bootstrap-3.2.0/wells.less, themes/coopsgroup/css/build/bootstrap-3.2.0/navs.less, themes/coopsgroup/css/build/bootstrap-3.2.0/progress-bars.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/nav-divider.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/pagination.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/opacity.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/list-group.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/border-radius.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/forms.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/background-variant.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/labels.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/tab-focus.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/resize.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/progress-bar.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/nav-vertical-align.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/grid.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/buttons.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/text-overflow.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/panels.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/image.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/size.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/grid-framework.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/vendor-prefixes.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/table-row.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/hide-text.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/clearfix.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/text-emphasis.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/center-block.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/gradients.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/reset-filter.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/alerts.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins/responsive-visibility.less, themes/coopsgroup/css/build/bootstrap-3.2.0/mixins, themes/coopsgroup/css/build/bootstrap-3.2.0/jumbotron.less, themes/coopsgroup/css/build/bootstrap-3.2.0/button-groups.less, themes/coopsgroup/css/build/bootstrap-3.2.0/navbar.less, themes/coopsgroup/css/build/bootstrap-3.2.0/badges.less, themes/coopsgroup/css/build/bootstrap-3.2.0/dropdowns.less, themes/coopsgroup/css/build/bootstrap-3.2.0/pager.less, themes/coopsgroup/css/build/bootstrap-3.2.0/close.less, themes/coopsgroup/css/build/bootstrap-3.2.0/alerts.less, themes/coopsgroup/css/build/bootstrap-3.2.0/type.less, themes/coopsgroup/css/build/bootstrap-3.2.0/utilities.less, themes/coopsgroup/css/build/bootstrap-3.2.0, themes/coopsgroup/css/build/footer.less, themes/coopsgroup/css/build/body.less, themes/coopsgroup/css/build/pagination.less, themes/coopsgroup/css/build/captcha.less, themes/coopsgroup/css/build/errors.less, themes/coopsgroup/css/build/content.less, themes/coopsgroup/css/build/buttons.less, themes/coopsgroup/css/build/mobile/navigation.less, themes/coopsgroup/css/build/mobile, themes/coopsgroup/css/build/blocks/page-title.less, themes/coopsgroup/css/build/blocks/date-navigation.less, themes/coopsgroup/css/build/blocks/page-attribute-display.less, themes/coopsgroup/css/build/blocks/topic-list.less, themes/coopsgroup/css/build/blocks/page-title-option-byline.less, themes/coopsgroup/css/build/blocks/page-list-template-thumbnail-grid.less, themes/coopsgroup/css/build/blocks/next-previous.less, themes/coopsgroup/css/build/blocks/page-list.less, themes/coopsgroup/css/build/blocks/image.less, themes/coopsgroup/css/build/blocks/page-list-option-buttons.less, themes/coopsgroup/css/build/blocks/image-slider.less, themes/coopsgroup/css/build/blocks/faq.less, themes/coopsgroup/css/build/blocks/feature.less, themes/coopsgroup/css/build/blocks/testimonial.less, themes/coopsgroup/css/build/blocks/tags.less, themes/coopsgroup/css/build/blocks/feature-template-hover-description.less, themes/coopsgroup/css/build/blocks/header.less, themes/coopsgroup/css/build/blocks, themes/coopsgroup/css/build/miscellaneous-styles.less, themes/coopsgroup/css/build/breadcrumb.less, themes/coopsgroup/css/build/add-ons/calendar.less, themes/coopsgroup/css/build/add-ons, themes/coopsgroup/css/build/reset.less, themes/coopsgroup/css/build/mixins.less, themes/coopsgroup/css/build/custom-design-classes/blog-entry-list.less, themes/coopsgroup/css/build/custom-design-classes/testimonial-bio.less, themes/coopsgroup/css/build/custom-design-classes/area-content-accent.less, themes/coopsgroup/css/build/custom-design-classes/recent-blog-entry.less, themes/coopsgroup/css/build/custom-design-classes/block-sidebar-wrapped.less, themes/coopsgroup/css/build/custom-design-classes/block-sidebar-padded.less, themes/coopsgroup/css/build/custom-design-classes, themes/coopsgroup/css/build/fonts/royal.less, themes/coopsgroup/css/build/fonts/night-road.less, themes/coopsgroup/css/build/fonts/blue-sky.less, themes/coopsgroup/css/build/fonts/defaults.less, themes/coopsgroup/css/build/fonts, themes/coopsgroup/css/build/search.less, themes/coopsgroup/css/build/header.less, themes/coopsgroup/css/build, themes/coopsgroup/css/presets/royal.less, themes/coopsgroup/css/presets/night-road.less, themes/coopsgroup/css/presets/CoopsGroup.less, themes/coopsgroup/css/presets/blue-sky.less, themes/coopsgroup/css/presets/defaults.less, themes/coopsgroup/css/presets, themes/coopsgroup/css/bootstrap-modified.css, themes/coopsgroup/css/main.less, themes/coopsgroup/css/styles.xml, themes/coopsgroup/css, themes/coopsgroup/images/background-slider-default.png, themes/coopsgroup/images/background-slider-royal.png, themes/coopsgroup/images/Coops-Group-icon-large.png, themes/coopsgroup/images/background-slider-blue-sky.png, themes/coopsgroup/images/Coops-Group-icon-large-gray.png, themes/coopsgroup/images/background.png, themes/coopsgroup/images/background-slider-night-road.png, themes/coopsgroup/images/Coops-group-heading.png, themes/coopsgroup/images, themes/coopsgroup/page_theme.php, themes/coopsgroup/elements/header.php, themes/coopsgroup/elements/header_top.php, themes/coopsgroup/elements/footer.php, themes/coopsgroup/elements/footer_bottom.php, themes/coopsgroup/elements, themes/coopsgroup/right_sidebar.php, themes/coopsgroup/page_not_found.php, themes/coopsgroup/page_forbidden.php, themes/coopsgroup/view.php, themes/coopsgroup/left_sidebar.php, themes/coopsgroup

# concrete5 Cache Settings
Block Cache - Off
Overrides Cache - Off
Full Page Caching - Off
Full Page Cache Lifetime - Every 6 hours (default setting).

# Server Software
Apache/2.4.7 (Ubuntu)

# Server API
apache2handler

# PHP Version
5.5.9-1ubuntu4.20

# PHP Extensions
apache2handler, bcmath, bz2, calendar, Core, ctype, curl, date, dba, dom, ereg, exif, fileinfo, filter, ftp, gd, gettext, hash, iconv, json, libxml, mbstring, mcrypt, mhash, mysql, mysqli, openssl, pcre, PDO, pdo_mysql, Phar, posix, readline, Reflection, session, shmop, SimpleXML, soap, sockets, SPL, standard, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xml, xmlreader, xmlwriter, Zend OPcache, zip, zlib.

# PHP Settings
max_execution_time - 30
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1000
memory_limit - 128M
post_max_size - 8M
sql.safe_mode - Off
upload_max_filesize - 2M
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
session.cache_limiter - <i>no value</i>
session.gc_maxlifetime - 1440
soap.wsdl_cache_limit - 5
opcache.max_accelerated_files - 2000
opcache.max_file_size - 0
opcache.max_wasted_percentage - 5

Browser User-Agent String

Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

Click below to request a refund for License #8008892. Currently unassigned.
Created on Feb 01 2017 at 2:30 pm
.