Please disregard the 'View article...' shown at the bottom of many posts as this is the result of restoring old forum posts from a backup.
dleffler
Updated software to v2.5.2
About
- Username
- dleffler
- Joined
- Visits
- 461
- Last Active
- Roles
- Guest, Member, Administrator
Comments
-
What code version are you using? (v2.3.4patch1?) There was a regression bug specifically for what you see which crept in which has since been squashed in the pre-release code, not sure when it began. You best bet is to temporarily switch to the 't…
-
I've not seen it before...what 'language' did you select? Have you tried switching to the other included themes (bootstrap2 or simple)? What type of server/what version of php are you running? View article...
-
CAUTION! There may be an issue (regression bugs) with some of the eCommerce billing calculators. If you are running an eCommerce site, you may want to wait until the next release (v2.3.4patch2 or v2.3.5) View article...
-
I'm assuming that in the test configuration, it does NOT display the search/filter widgets, and only displays 10 products? Are you getting any server errors about exhausting memory? If you're willing to test a code change which does NOT…
-
I'm assuming that in the test configuration, it does NOT display the search/filter widgets, and only displays 10 products? Are you getting any server errors about exhausting memory? If you're willing to test a code change which does NOT fix your p…
-
Is it possible the server was upgraded or changed (new hardward/configuration) over that weekend? Since you have a backup .eql file...you might try using the Database Manager (or phpMyAdmin) to 'drop' or empty the 'products' table or delete a numbe…
-
I'm sorry, I forgot to mention to 'clear the smarty cache' since the cached views use a hard path to the smarty functions (therefore it still was using the Exponent system plugin since at the time it was cached there was no theme custom plugin. FWI…
-
I'm befuddled. It must be something with your server...the errors (actually only warnings) above are the result of a corrupt expHistory and shouldn't affect the display (usually occurs when you have page breaks or stop pages loading...logging off, …
-
Not sure why it'd do that...I cannot reproduce either locally or on my sites. I get a good xml/rss feed. Are you using utf-8 characters (two-bytes instead of single bytes) in the rss feed name/description by chance? View article...
-
Odd, if turned on that would fix the issue I though might be occurring...as the system is now only sending out the number of product items to the page configured in Store setup instead of ALL products. Is there a possibility a server error? My loc…
-
To 'customize' a 'plugin' copy it into a folder in the theme named 'plugins' which will override the system plugin of the same name. In this case we want the /framework/plugins/function.bootstrap_navbar.php' file copied. Then edit line #89 chane…
-
The easiest for me, if you only want a small graphic included WITH the brand text is to add it as a background image style something like this: #topnavbar .navbar-brand { background-image: url("../images/seiba.png"); background-size: 127px 4…
-
What you did is correct, #2 will save all local changes and #4 pulls those changes back into the updated code and removes that 'stash' from the stack...you might do a 'git stash' (the 'save' is implied). to get back to a clean pull and see what …
-
Yes, develop branch updated with possible fix...you'll also have to go into site configuration, and on the ecommerce tab turn on the new 'Allow Large e-Commerce Tables?' setting View article...
-
Actually what's failing is the system's temp folder (for the web server, NOT to be confused with the Exponent /tmp folder) is not readable/writeable (upload_tmp_dir). Though it doesn't have to be specifically set in the php.ini file (you have the d…
-
A problem with bootstrap 3 is that it doesn't allow 3rd level navbar items (them one's which hover/open). Therefore, we leaned toward it acting as the previous menus did. There is likely some style outside of the /external/bootstrap3 stuff we are …
-
Based on having over 1,200 products, I've added a work-around to the 234p1 pre-release code which will revert the manager products/orders views to the old style (no filter/search). This setting can be turned on the Site Configuration ecommerce tab.…
-
I've started working on what I think is the issue you describe...we do some work-arounds w/ bootstrap 3 since it's not friendly for multi-level menus, especially those with more than 2 levels (parent/top level and children only). Biggest issue migh…
-
This fix should be released in a few days as v2.3.4patch1. The changes (new order) are saved when you drop the page in its new location. See this article http://docs.exponentcms.org/docs/v2.3.4/i-attempt-to-sort-the-order-of-pages-but-they-don-t-a…
-
If you want, you could zip and then email me the .eql file, I'll take a look at it dleffler@hughes.net View article...
-
You might try to see if any table is corrupted and needs repair. Use 'Manage Database' from the Super-Admin Tools, Database menu. It opens up the database manger. The initial page displays all the database tables. Click on the top-most checkbox …
-
It's working locally...is this a literal 'blank' page with absolutely NO content? or is it just the table of products is empty, or something in between? is the browser url 'www.mysite.org/store/manage'? View article...
-
Based on some local coding progress I fully expect to have a limited function 'easypost' shipping calculator included in the next patch/release. It will appear to be fully functional compared to the other shipping calculators (gets estimated shippi…
-
I'll try to get at least a shipping address export into the code in the next few days to make it into v234patch1. It doesn't look difficult to get easypost integrated. Just trying to work out an interface, or how to use it within Exponent. Most l…
-
No we do not currently have a feature to export address data from existing orders. What is a url for information about UPS label CSV import? Is it called 'Batch File Shipping'? If so, it's a pretty complex file which would need much of the data m…
-
Maybe someone else will pipe in...I do not do any shipping, but I assume you are asking about a paid label used by a shipping service (UPS, FedEX, etc...) not just a simple address mailing label? However, I'm vaguely aware you (ecommerce business o…
-
Ok, I see the issue, was injected when I added product reviews...will track down why I added a debug statement so I can build a fix and get a patch #1 out next week. Basically this broke immediately after updating to v2.3.4, correct? An immedi…
-
odd, it should be showing all the parameters...where/how are you 'executing' the add product command? (there are quite a number of ways, e.g., the e-Commerce menu, etc...) what happens when you enter this url http://mysite.com/store/edit/product_t…
-
There is no set limit on number of products. "what is the response (url) of the page not found? View article...
-
That's actually some redundant code since we check for the version in all installations and upgrades (sanity check).. Until recently I would occasionally do a test install against versions from v5.2.1 through 5.6.x, though I hadn't tested with v5.2…