Search found 20 matches

by WWc
Thu Apr 12, 2018 1:59 am
Forum: Modules/Add-Ons
Topic: LISE limit display of items on page
Replies: 8
Views: 3461

Re: LISE limit display of items on page

Thanks Veldon. So, what I needed to do was count the number of loops that gave a successful result and then stop looping after I had three items. This worked for me.... {if $smarty.now lte $item->fielddefs.enddate.value|@strtotime} {counter assign=count} {if $count eq 4} {break} {/if} With this, I'v...
by WWc
Wed Apr 11, 2018 9:03 am
Forum: Modules/Add-Ons
Topic: LISE limit display of items on page
Replies: 8
Views: 3461

Re: LISE limit display of items on page

Hi I'm having a problem with LISE where the pagelimit="3" option has stopped working in my tag {LISEGardens orderby='custom_enddate' template_summary='OGVfront' pagelimit="3"} It was working until I used this within the summary template: {if $smarty.now <= $item->fielddefs.enddat...
by WWc
Tue Mar 13, 2018 5:14 am
Forum: Modules/Add-Ons
Topic: LISE - Search Items in Admin
Replies: 1
Views: 981

Re: LISE - Search Items in Admin

This is the website I discussed with Jo Morg in this thread: https://forum.cmsmadesimple.org/viewtopic.php?f=7&t=77106&p=334776#p334776 We have created the site using LISE and have uploaded nearly 27,000 records. It is working perfectly from the front end. The only problem we have encountere...
by WWc
Mon Mar 12, 2018 7:22 am
Forum: Modules/Add-Ons
Topic: LISE - Search Items in Admin
Replies: 1
Views: 981

LISE - Search Items in Admin

The 'Item Search' in the Admin area for LISE is not searching the entire database. It only searches the items on the current page. As we currently have 600 pages of 50 items each, it makes updating items somewhat tedious. Has anyone else encountered this? Is there a fix? It isn't reported as a bug i...
by WWc
Mon Mar 05, 2018 7:50 am
Forum: Modules/Add-Ons
Topic: Orders billing template error - orders_state_options
Replies: 4
Views: 3154

Re: Orders billing template error - orders_state_options

I've fixed it for me. Hooray! In the Billing Template, I've made the following changes (using tags from a template I made about a year ago on another site). I only ship to one country. Find {orders_state_options selected=$billing->get_state()} Replace with {html_options options=$state_list selected=...
by WWc
Mon Mar 05, 2018 5:06 am
Forum: Modules/Add-Ons
Topic: Orders billing template error - orders_state_options
Replies: 4
Views: 3154

Re: Orders billing template error - orders_state_options

velden wrote:I don't know about this specific error but it can be helpful to create a new template for the specific module action and review its contents. Then compare with your template.

Things change in the module but the existing templates won't be touched.

Great hint. Thanks
by WWc
Sun Mar 04, 2018 6:39 am
Forum: Modules/Add-Ons
Topic: Orders billing template error - orders_state_options
Replies: 4
Views: 3154

Re: Orders billing template error - orders_state_options

Hi edmundspriede

Did you manage to resolve this?

I have a second website with this issue now.
by WWc
Sun Jan 14, 2018 3:12 am
Forum: Modules/Add-Ons
Topic: Issues with Order Module
Replies: 4
Views: 6001

Re: Issues with Order Module

Same problem here after upgrading a website to latest CMSMS version and then adding the E-Commerce Suite.

Has anyone found a way to resolve this?
by WWc
Thu Dec 28, 2017 3:25 am
Forum: Modules/Add-Ons
Topic: What module(s) would you use for this project?
Replies: 7
Views: 3014

Re: What module(s) would you use for this project?

I think you would find you can tailor LISE to meet all of your needs.

http://dev.cmsmadesimple.org/projects/lise
by WWc
Tue Dec 19, 2017 4:31 am
Forum: Modules/Add-Ons
Topic: CG Ecommerce Base - Shipping Setting tab has gone
Replies: 2
Views: 1820

Re: CG Ecommerce Base - Shipping Setting tab has gone

:-D This is working for me. Using the extra data fields in the Orders Billing Form Template - the user can elect Express Post Then In the new CG Flat Rate Shipping module I've set up the expression: {if ($order->orders_extra_fld1 ne '')} 9.50 {else} {$value < 100.00} {/if} and added '8.00' to the mi...
by WWc
Mon Dec 18, 2017 7:39 am
Forum: Modules/Add-Ons
Topic: CG Ecommerce Base - Shipping Setting tab has gone
Replies: 2
Views: 1820

Re: CG Ecommerce Base - Shipping Setting tab has gone

So it appears that most of the Shipping Modules don't work with the latest version of Calguy's E-commerce Base. HOWEVER The new CG Flat Rate Shipping module is very good indeed and can be used for most shipping requirements. I've been able to apply a set shipping rate of $xx.xx and offer FREE shippi...
by WWc
Wed Dec 13, 2017 4:26 am
Forum: Modules/Add-Ons
Topic: CG Ecommerce Base - Shipping Setting tab has gone
Replies: 2
Views: 1820

CG Ecommerce Base - Shipping Setting tab has gone

I'm installing the CG Ecommerce suite and everything has been going well until applying a Shipping Module and ..... Where is the shipping settings tab? I don't have an area to select my preferred shipping module so no shipping costs are being applied to the order. Checked back on a past site (earlie...
by WWc
Wed Aug 23, 2017 5:00 am
Forum: Modules/Add-Ons
Topic: AfterPay - Ecommerce
Replies: 0
Views: 1095

AfterPay - Ecommerce

Hi all https://www.afterpay.com This is a general enquiry to learn if anyone has had any experience integrating the AfterPay API with the Orders Module. We've just had two requests for this one day. If so, was it a simple task, minor nightmare or something we will need to have one of the CMSMS modul...
by WWc
Thu Aug 17, 2017 9:27 am
Forum: Modules/Add-Ons
Topic: How many records can Products or Company Directory cope with
Replies: 2
Views: 1456

Re: How many records can Products or Company Directory cope

If LISE will work that would certainly be my first choice. I've recently completed a 2nd Generation site for a client and moved them from Company Directory to LISE (which is easier for them to work with) and had no problem incorporating CGgooglemaps2 into LISE. That is all really good news Jo Morg. ...
by WWc
Thu Aug 17, 2017 3:53 am
Forum: Modules/Add-Ons
Topic: LISE - Displaying items that have passed endtime date.
Replies: 2
Views: 1626

Re: LISE - Displaying items that have passed endtime date.

Apologies for the delay in thanking you Jo Morg, I've only just seen your reply. After searching around on the Interwebs, I found that I needed to be specific with the date format like this: {if $smarty.now|date_format:"YYYY/MM/DD" < $item->fielddefs.startdate.value|date_format:"YYYY/...

Go to advanced search