Search found 24 matches
- Wed Nov 13, 2013 11:20 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] CGBlog: change default entries order in Admin
- Replies: 10
- Views: 4281
Re: [Solved] CGBlog: change default entries order in Admin
Update - after trying to set times using multiple methods (htaccess, php.ini and more), it appears changing the date format string in user preferences did the trick (changing from %x %X as it had been before to %m/%d/%Y).
- Wed Nov 13, 2013 11:01 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] CGBlog: change default entries order in Admin
- Replies: 10
- Views: 4281
Re: [Solved] CGBlog: change default entries order in Admin
Hi all, Hate to dredge this up, but I'm having this issue in CGBlog 1.10.3 running version 1.11.9 - my articles appear to be sorted randomly, but what's strange is when the CGBlog admin page first loads, the articles are sorted correctly for a brief moment before becoming jumbled. SO much so that th...
- Tue Jul 19, 2011 10:18 pm
- Forum: Modules/Add-Ons
- Topic: CGEcommerce admin page shows blank after option change
- Replies: 17
- Views: 6346
Re: CGEcommerce admin page shows blank after option change
I'd love see the fixed file just in case, thanks!
- Tue Jul 19, 2011 8:39 am
- Forum: Modules/Add-Ons
- Topic: CGEcommerce admin page shows blank after option change
- Replies: 17
- Views: 6346
Re: CGEcommerce admin page shows blank after option change
I can confirm that CGExtensions 1.25.3 does NOT have the problem - I have rolled back versions and the Ecommerce problem is completely solved. Hopefully Calguy stumbles upon this forum post and notices the issues. I had to re-enter every product back to the store though due to the nature of the roll...
- Mon Jul 18, 2011 10:37 pm
- Forum: Modules/Add-Ons
- Topic: CGEcommerce admin page shows blank after option change
- Replies: 17
- Views: 6346
Re: CGEcommerce admin page shows blank after option change
Love your work! I was hoping to not have to downgrade such a critical module with so many dependents, but going to be the only way by the looks of it!
- Thu Jul 14, 2011 10:54 pm
- Forum: Modules/Add-Ons
- Topic: CGEcommerce admin page shows blank after option change
- Replies: 17
- Views: 6346
Re: CGEcommerce admin page shows blank after option change
To update, the only function the *appears* genuinely broken on the front end is adding an item to the shopping cart - I can view the (empty) cart, view the {Orders} page and products, but adding an item to cart sends everything haywire. There is no "error" on the page as such - the page so...
- Thu Jul 14, 2011 1:10 pm
- Forum: Modules/Add-Ons
- Topic: CGEcommerce admin page shows blank after option change
- Replies: 17
- Views: 6346
CGEcommerce admin page shows blank after option change
Hello all, I hope someone has a solution or tip for my problem. I have had the Paypal payment gateway set as the "Online Payment Gateway Module:" in the Payment Settings tab of CGEcommerceBase for a while during development. The other day I updated several Ecommerce modules as they became ...
- Mon Apr 04, 2011 2:43 am
- Forum: Modules/Add-Ons
- Topic: Company Directory FE edit template fatal error
- Replies: 1
- Views: 1189
Re: Company Directory FE edit template fatal error
bump, anyone have any insight?
- Wed Mar 23, 2011 3:31 am
- Forum: Modules/Add-Ons
- Topic: Company Directory FE edit template fatal error
- Replies: 1
- Views: 1189
Company Directory FE edit template fatal error
Hi all, I'm hoping somebody can help me out here, as I'm racking my brain at this stage! The part of my code below in the fe_edit template for company directory is throwing the following error: CODE: {if $categoriescount gt 0} <div class="pagerow"> <p class="rowtext">State:</p> <...
- Mon Nov 22, 2010 2:20 am
- Forum: Modules/Add-Ons
- Topic: Orders Module and Paypal
- Replies: 0
- Views: 649
Orders Module and Paypal
Hi folks, I'm trying to help out my accounts person by attempting to make it easier to marry up Orders module emails with Paypal payment confirmations. What I'd like to is make sure the invoice/order number that the orders module allocates is sent to Paypal, and added to the "Payment received&...
- Mon Sep 27, 2010 5:08 am
- Forum: Modules/Add-Ons
- Topic: [solved] Orders, custom shipping and UDT
- Replies: 4
- Views: 2345
Re: [solved] Orders, custom shipping and UDT
Hi psy, hate to revive an OLD topic - but I'm facing a dilemma where I need to calculate shipping costs based on location as well as other factors - ideally, a freight calculator for a particular freight company would be the best, however the solution you have looks like the most appropriate for me....
- Fri Aug 27, 2010 12:46 pm
- Forum: Modules/Add-Ons
- Topic: Self Registration Packages
- Replies: 5
- Views: 2442
Re: Self Registration Packages
I cannot... I see this instruction in Selfreg - Please also select Selfregistration as a source module from CGEcommerceBase, and configure the "Paid Registration" Tab. Additionally, you must enable package selection above. Yet in CGEcommerce Base, or anywhere else, there is no such tab. W...
- Tue Aug 24, 2010 11:49 am
- Forum: Modules/Add-Ons
- Topic: Best method for Paid Subscription - FEU and PayPal?
- Replies: 2
- Views: 1478
Re: Best method for Paid Subscription - FEU and PayPal?
In your template for the secure content use:
{if $ccuser->loggedin() && $ccuser->memberof('SubscriptionGroup')}
{content}
{else}
{FrontEndUsers}
{/if}
{if $ccuser->loggedin() && $ccuser->memberof('SubscriptionGroup')}
{content}
{else}
{FrontEndUsers}
{/if}
- Mon Aug 23, 2010 7:30 am
- Forum: Modules/Add-Ons
- Topic: Credit Card Gateways for Orders Module
- Replies: 1
- Views: 1189
Credit Card Gateways for Orders Module
Hi All, I'm hoping for a little guidance here from someone who may have completed this sort of thing before - I am hoping to migrate a client's store from the horribly insecure osCommerce to CMSMS using Product/Orders/Cart which I have setup a few times previously with great success. The only issue...
- Sun Aug 01, 2010 6:58 am
- Forum: Modules/Add-Ons
- Topic: Import CSV Company Directory
- Replies: 5
- Views: 2019
Re: Import CSV Company Directory
Hey there, thanks for the reply - I've added the " around values with whitespaces, but now I just get 0 records imported. Really not happening 
