Search found 23 matches

by markovica
Thu Oct 07, 2010 11:22 am
Forum: Modules/Add-Ons
Topic: Product Manager: Custom Required Fields?
Replies: 4
Views: 1402

Re: Product Manager: Custom Required Fields?

sorry, i just saw you previous post about not using cart/order...

you can check if user is loged in with cusom content module...

Code: Select all

{if $ccuser->loggedin()}
  DO the stuff for login users, checkout or whatever...
{else}
  show login or something
{/if}
by markovica
Thu Oct 07, 2010 11:15 am
Forum: Modules/Add-Ons
Topic: Product Manager: Custom Required Fields?
Replies: 4
Views: 1402

Re: Product Manager: Custom Required Fields?

if you are rerfernig to calguy ecommerce suite (Product/Cart/Order), the login requirement is handled by order module (you can find it somewhere in the settings).
Products can have custom fields as well as attributes (ex size small, -100$ on the price)...
by markovica
Tue Oct 05, 2010 5:40 pm
Forum: Layout and Design (CSS & HTML)
Topic: How to make CGCalendar Bigger?
Replies: 3
Views: 1793

Re: How to make CGCalendar Bigger?

Use CSS, classes, id's...
If I recall correctly, it should be enough, but in case it's not, you can always edit the templates and add your own elements, classes and ids
by markovica
Tue Oct 05, 2010 4:28 pm
Forum: Modules/Add-Ons
Topic: Extending Cart item object
Replies: 1
Views: 971

Re: Extending Cart item object

thx for moving the message
by markovica
Tue Oct 05, 2010 9:30 am
Forum: Modules/Add-Ons
Topic: Extending Cart item object
Replies: 1
Views: 971

Extending Cart item object

Hi, been strugling for a wile and can;t seem to get it... I need to extend the cartitem object to hold few more variables I will pass through a form Cart  1.7.2  CGCalendar  1.5.5  CGEcommerceBase  1.2.2  my add to cart tempalte is {* add to cart template *} {if isset($cart_error)} {cgerror}{$cart_e...
by markovica
Mon Oct 04, 2010 7:34 am
Forum: The Lounge
Topic: Sliding Boxes and Captions with jQuery
Replies: 2
Views: 2077

Re: Sliding Boxes and Captions with jQuery

in firefox, you can use the error console to check for JS notices and errors
by markovica
Sun Oct 03, 2010 3:40 pm
Forum: Modules/Add-Ons
Topic: [solved]Order module FEU address retrieval&[need advice]Optional notes for order
Replies: 5
Views: 3268

[need advice]Optional notes for order

My mistake again... I guess I'm tired...
The solution is definitely changing the line from the post above
by markovica
Sun Oct 03, 2010 2:54 pm
Forum: Modules/Add-Ons
Topic: [solved]Order module FEU address retrieval&[need advice]Optional notes for order
Replies: 5
Views: 3268

Re: [help]Order module FEU address retrieval & [need advice]Optional notes for order

Actually, i've reinstalled everithing... in the previous setup, i guess i managed to return always true on user check, but no data from feu to fill the form - that's why I got the blank form after module reinstall and reading your guides, i found that if( !$feu ) return FALSE; in class.orders_helper...
by markovica
Sat Oct 02, 2010 5:24 pm
Forum: Modules/Add-Ons
Topic: [solved]Order module FEU address retrieval&[need advice]Optional notes for order
Replies: 5
Views: 3268

Re: [help]Order module FEU address retrieval & [need advice]Optional notes for order

Please help me with the Order module. CMS: 1.8.2 "Toliara" Modules (what I thought is relevant): Cart 1.7.2 CGCalendar 1.5.5 CGEcommerceBase 1.2.2 CGExtensions 1.19.6 CGPaymentGatewayBase 1.0.9 CGSimpleSmarty 1.4.5 CMSMailer 2.0 CustomContent 1.7.3 FrontEndUsers 1.12.2 JQueryTools 1.0.6 Or...
by markovica
Thu Sep 30, 2010 8:13 pm
Forum: Modules/Add-Ons
Topic: [solved]Order module FEU address retrieval&[need advice]Optional notes for order
Replies: 5
Views: 3268

Re: [help]Order module FEU address retrieval & [need advice]Optional notes for order

My mistake... smarty vars I get are not from orders module, they are from the login form.
by markovica
Thu Sep 30, 2010 12:08 pm
Forum: Modules/Add-Ons
Topic: [solved]Order module FEU address retrieval&[need advice]Optional notes for order
Replies: 5
Views: 3268

[solved]Order module FEU address retrieval&[need advice]Optional notes for order

PROBLEM 1 - FEU adress retriaval I don't even know exactly what to ask... I can't figure how address retrieval from FEU method works... What I did: - FEU set up, group and all extra fields... - field mapping setup I get all data from FEU in smarty vars on the template, but I am still presented with ...
by markovica
Tue Sep 28, 2010 1:42 pm
Forum: Modules/Add-Ons
Topic: CGCalendar upcoming events
Replies: 7
Views: 2969

Re: CGCalendar upcoming events

too fast... too stupid... my mistake... there is this param unique_only in the code that is supposed to be set... when set to whatever, it should display what I need so {cms_module module="CGCalendar" display="upcominglist" unique_only=1} does the job I just wonder... shouldn't i...
by markovica
Tue Sep 28, 2010 1:35 pm
Forum: Modules/Add-Ons
Topic: CGCalendar upcoming events
Replies: 7
Views: 2969

Re: CGCalendar upcoming events

i guess i should post my findings:
- the query is in souce code... so I'll have to modify it - the results are limited by query... I see no other way...
So, removing GROUP BY in the query solves my issue, until next module update...
by markovica
Tue Sep 28, 2010 1:15 pm
Forum: Modules/Add-Ons
Topic: CGCalendar upcoming events
Replies: 7
Views: 2969

CGCalendar upcoming events

I am having a slight proble with the upcoming event list for events having the same name - I only get the next scheduled event in the list instead of all events... I imeplemented Products/order as the basis of purchasing - event titles are taken from the Product module (just a small template hack in...
by markovica
Thu Sep 23, 2010 9:25 am
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] CMSMailer module produce error 403 on save settings
Replies: 5
Views: 3837

Re: [HELP] CMSMailer module produce error 403 on save settings

I suggest you open a new post in Modules discussion - this is for core issues...
This one is solved anyway...

and post more details about the problem

Go to advanced search