Search found 249 matches

by maranc
Fri Apr 12, 2013 10:23 pm
Forum: Help Wanted (commercial)
Topic: CG Products - Sort Attributes by SKU
Replies: 2
Views: 2343

Re: CG Products - Sort Attributes by SKU

With UDT this is not possible, because you must create "parameter", whitch will be know to Products module. One way is change orig code of Products.module.php, few change in library class, so with UDT you can't do this. I you are still interesting, please write me on email m.anchimiuk[at]s...
by maranc
Fri Apr 12, 2013 10:13 pm
Forum: Help Wanted (commercial)
Topic: Products search in admin panel (Products Module)
Replies: 3
Views: 3342

Re: Products search in admin panel (Products Module)

I can do this. My email: m.anchimiuk[at]sigma-trade[dot]com[dot]pl

Please provide me more information how you see this functionality?

Marek A.
by maranc
Tue Nov 06, 2012 9:59 pm
Forum: Polish - Polski
Topic: Form builder
Replies: 1
Views: 7333

Re: Form builder

w pliku językowym pl_PL
by maranc
Thu Aug 09, 2012 1:35 pm
Forum: Modules/Add-Ons
Topic: Products - Image field not uploading images larger than 2MB
Replies: 3
Views: 1274

Re: Products - Image field not uploading images larger than

Please check limit on your server. I many chip hosting upload limits is only 2MB.

Marek A.
by maranc
Tue Jul 03, 2012 1:58 pm
Forum: Developers Discussion
Topic: db install - set lenght of integer filed
Replies: 1
Views: 2055

db install - set lenght of integer filed

Hi, because I didn't find any solution for my problem short description: I need make in db field with 13 characters lenght (type integer). I know that in install script I can make C(13) type, but maybe is here another option. I saw that in some modules is somthing like I1 (type TINYINT), maybe I(13)...
by maranc
Fri Jun 29, 2012 9:29 pm
Forum: Modules/Add-Ons
Topic: Products and image gallery
Replies: 6
Views: 2217

Re: Products and image gallery

Directly not, it's a strange that ecommerce module hasn't so primary function.

As wrote Uniqu3 the best method is use Galery module. Please search my post, I wrote how can be this done.

Marek A.
by maranc
Sat Jun 23, 2012 11:13 am
Forum: Modules/Add-Ons
Topic: Products module: display a specific hierarchy
Replies: 4
Views: 1800

Re: Products module: display a specific hierarchy

Try {Products hierarchy="Brand2*"}

Marek A.
by maranc
Sat Jun 16, 2012 9:37 am
Forum: Modules/Add-Ons
Topic: Smarty: Access to array element using a variable?
Replies: 8
Views: 2271

Re: Smarty: Access to array element using a variable?

What you have when {$eventlist|@print_r}?

Marek A.
by maranc
Wed May 23, 2012 6:29 pm
Forum: Modules/Add-Ons
Topic: Products module and multiple field value
Replies: 2
Views: 1232

Re: Products module and multiple field value

Create your field caled "related". Enter id of related products using commas, example: "1,3,4" (when 1 or 3 or 4 are related products to the viewed product. Then inside detail template use following code: {Products productlist=$entry->fields.related->value} Best regards, Marek A.
by maranc
Sun Mar 04, 2012 8:59 pm
Forum: Modules/Add-Ons
Topic: "Add to cart" redirects to Products summary page
Replies: 8
Views: 2943

Re: "Add to cart" redirects to Products summary page

It's not possible to stay on product detail page without modify module code.

Marek A.
by maranc
Thu Feb 23, 2012 11:47 pm
Forum: Polish - Polski
Topic: [solved] Products module - problem z szablonem
Replies: 7
Views: 5576

Re: Products module - problem z szablonem

Co do rady kolegi - nie musisz dodawać pola własnego "numer produktu" - moduł Products ma systemowo zdefiniowane pole SKU, które właśnie służy temu. Dostęp poprzez $entry->sku

Co do smarty - poszukaj w google - jest cała masa tutoriali, sampli, itd.


Marek A.
by maranc
Thu Feb 23, 2012 3:35 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] FEU name display below search box
Replies: 5
Views: 1513

Re: FEU name display below search box

Use CustomContent module, you will have smarty variable $ccuser:
$ccuser->property('propertyname') - outputs the value of the property for the currently logged in user.

Marek A.
by maranc
Mon Feb 20, 2012 9:41 pm
Forum: Modules/Add-Ons
Topic: Reading private sku information from CG Ecom Base
Replies: 1
Views: 5481

Re: Reading private sku information from CG Ecom Base

Your answer is in class.cg_ecomm_cart.php.


Marek A.
by maranc
Fri Feb 10, 2012 11:19 pm
Forum: Polish - Polski
Topic: moduł Products - parametr detailpage
Replies: 1
Views: 2648

Re: moduł Products - parametr detailpage

Parametr 'detailpage' określa stronę do wyświetlenia produktu, chyba powinieneś użyć parametru 'detailtemplate'.

Marek A.
by maranc
Fri Feb 10, 2012 11:13 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] HTML Title on Products Page set to Product Name
Replies: 8
Views: 2813

Re: HTML Title on Products Page set to Product Name

Its a problem with rendering content, after </__body> section set this code:

Code: Select all

{content assign='mycontent'}
Change {content} for {mycontent}.

Now it should be work.

Marek A.

Go to advanced search