The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
3answers
25 views

RSVP Module install error on EE 2.6.1

Trying to activate open RSVP 1.22 module on EE 2.6.1 after installing and get this error: A PHP Error was encountered Severity: Notice Message: Undefined property: Addons_modules::$channel_model ...
0
votes
1answer
24 views

Free Member Inline Errors not working for freemember:update_profile

I am using EE 2.5.2 and Free Member 2.2.1 I am using the example code and error_handling isn't working for me. What am I missing?
1
vote
0answers
36 views

Overwrite Value of Default Region for Exp:resso

I'm having issues with overwriting the value of the billing and shipping region fields as they are taking on the default value set in the Region/Country area of the Store setup. I am using Store ...
2
votes
1answer
25 views

Using Exp:resso RSVP on two Channels

I'm currently working on a Multi Language site with Biber's MLS. I'm using Exp:presso's RSVP addon (it is brilliant!) to manage attendance. The only problem is that I have 2 event channels (one per ...
1
vote
1answer
23 views

Bundle products with exp:resso store

Can the bundle have a price that is different than the sum of the products' prices that make up the bundle? Example: If I have 12 tracks at $1 each. Can the bundle product (the album that contains ...
1
vote
2answers
59 views

Exp-resso Store: Shipping Country Options

How can I grab store's shipping country options in a template without a store tag? I would like to use them in a custom signup form.
1
vote
0answers
14 views

Expresso Store PHP Error with reports

I'm getting a PHP error when generating reports. Any idea what this means? EE 2.5.3 w/ Expresso Store 1.6.2 / IIS 7 / PHP 5.3.6 Severity: Warning Message: Invalid CRT parameters detected Filename: ...
1
vote
1answer
15 views

Expresso Store UPS Shipping Calculation is off on with multiple quantities

When calculating a single quantity item in the store using UPS shipping, my shipping calculations work perfect. However, if I add 2 or more quantities, my shipping rates go up but not exactly the same ...
1
vote
1answer
32 views

Exp-resso Store : Trade and web customers

First post here, have read the faq etc and actually found a similar question, but rules say I should not tag a question onto an answer. ( Trade prices in exp:resso Store ) Scenario : Website ...
3
votes
1answer
22 views

Easy way to combine lightbox-functionality with Expresso

Has anyone come up with an easy way for non-html-savvy users to put lightbox-style images into an Expresso (CKEditor) field. Meaning, link a thumbnail with a bigger version of an image and fire some ...
3
votes
3answers
84 views

how can I safely change the empty lines /n in the database to </p><p> so they will be rendered correctly when I change the field type?

On a website with many many entries i've recently changed a textarea field to an expresso field. I now have 2 types of entries, entries with formatting, and without formatting. My idea so far: ...
1
vote
0answers
16 views

MS Outlook sets start and end times one minute later with iCal plugin

Thread title explains it all. With output like this: DTSTAMP:20130226T150037 DTSTART:20130226T150037 DTEND:20130226T170037 Outlook will set the start time as 3:01pm and the end time as 5:01pm. ...
0
votes
0answers
11 views

Is there a simple way to find out if item X is in cart? [duplicate]

Is there a way in Store to simply check if a particular item is in the cart? For example client wants to promote an item if it hasn't already been added to the cart. Is this easily achieved within the ...
1
vote
1answer
78 views

Problem with Expresso or Rich Text fields inside a Matrix inside a Low Variable

I have a Low Variable that is set as a Matrix field. Inside of my Matrix, I have a field set as an Expresso field. When I view the edit variable screen, the Expresso toolbar doesn't show up -- the ...
2
votes
1answer
61 views

Direct access to exp_store_stock exp_store_stock_options tables via Expresso Store tags?

I was wondering if any tags in Expresso Store just give you direct access to the exp_store_stock and exp_store_stock_options tables. What I want to do, when I display a store item, is filter the ...
2
votes
1answer
74 views

Uploading file as a modifier in Expresso Store

I would like to have my clients upload a couple files when they add a product to the cart. I want to be able to do something similar to the print products on "missions linked.com".
3
votes
1answer
58 views

Store and Shipping by Category

Has anyone set up a 'by - category' type shipping plugin in exp:resso store? I want to allow the client to use the category list to manage their own categories for products, but at the same time put ...
2
votes
2answers
50 views

Can I use an email address as a discount code in Expresso Store?

I'm considering purchasing Store by Exp:resso in order to use the discount feature for client project. I'm wondering if the discount value can have the characters normally used in an email address. ...
1
vote
2answers
103 views

Expresso Store: How to check if product is already in the cart?

This is my first time working with Expresso Store, so forgive me if this question is extremely basic, but... How do I show in my {exp:store:product} tag pair do a test like: if product is in cart, ...
1
vote
2answers
81 views

How to force a shipping error if option is not selected in Expresso-Store

My Expresso-store shipping dropdown is coded like this: <strong>Please select your delivery/collection preference:</strong> <br /> <span class="bluetext">(please note we do ...
2
votes
3answers
96 views

Exp:resso Store - Using Datagrab to Import Excell File + Import Modifiers

Good Afternoon, We're currently in a testing phase for a client who is looking to move to from xcart to a more developer friendly expressionengine / E-Commerce site with store preferably. Does ...
3
votes
2answers
80 views

Exp:resso Store Download error “Unable to locate file ID”

I keep getting a "Unable to locate file ID" when providing a file URL to the store:download tag. I believe this is because I am passing in the URL vs the actual server path. If my assumptions are ...
5
votes
1answer
85 views

Outputting Exp-resso Store modifier-options without form-tag

I'm building an XML-feed for publishing my client's products to a third party, and I need to output a list of modifier-options sans the form-tag. I would imagine this to work something along these ...
8
votes
1answer
100 views

Exp:resso's Store apply coupon to category only

Does anyone know if it is possible to set up a promo code in Store that only applies to products in a certain category? I am happy to use an extension (if one exists) to fill the gap if this isn't ...