Zen Cart Logo
Forums / Bug Reports / [Closed] FEEDBACK ON BETA of v1.5.5

[Closed] FEEDBACK ON BETA of v1.5.5

Locked

Views: 76,913

Results 161 to 180 of 461
This thread is locked. New replies are disabled.
28 Dec 2015, 9:56 PM
#161
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,086
Plugin Contributions:
56

[Closed] FEEDBACK ON BETA of v1.5.5

DrByte:

Fixed:

  • observers folder is now searched
  • the overrides for modules and sidebox templates are now searched
  • previous search terms are repopulated (into the same search that was last used)
    Is the admin/includes/classes/observers folder also searched?
28 Dec 2015, 9:58 PM
#162
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: [Closed] FEEDBACK ON BETA of v1.5.5

psst ... sure he did what are you reading? :lookaroun

oops I didn't ... there isn't one in the /admin/classes

28 Dec 2015, 10:01 PM
#163
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,086
Plugin Contributions:
56

Re: [Closed] FEEDBACK ON BETA of v1.5.5

Ajeh:

That would be a bad plan ... try adding it to the end of United States on countries and make an order ...

Notice the terrible mess on TEXT emails and the Account History page that it makes ... :lookaroun
Good point. It's sounding like a store with an existing latin1 database that's looking to upgrade is going to be :censored:.

Not that I'm against going to all-utf8-all-the-time (especially given that most of the payment providers are sending utf8 datastreams that don't record nicely in a latin1 database) ... I'm about to formalize this for any upgrades that I'm asked to do.

28 Dec 2015, 10:03 PM
#164
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: [Closed] FEEDBACK ON BETA of v1.5.5

lat9:

Good point. It's sounding like a store with an existing latin1 database that's looking to upgrade is going to be :censored:.

Not that I'm against going to all-utf8-all-the-time (especially given that most of the payment providers are sending utf8 datastreams that don't record nicely in a latin1 database) ... I'm about to formalize this for any upgrades that I'm asked to do.

Sounds good to me ... wish everyone would! :cool:

29 Dec 2015, 4:18 PM
#166
stellarweb avatar

stellarweb

Zen Follower

Join Date:
May 2006
Location:
Montana
Posts:
293
Plugin Contributions:
8

Re: [Closed] FEEDBACK ON BETA of v1.5.5

I am probably jumping the gun here (so what else is new? lol) but is it ok to start doing some testing on mods in the plugins section to see if they are going to work with 1.5.5? Or should I wait until 1.5.5 is officially released?

29 Dec 2015, 5:27 PM
#167
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: [Closed] FEEDBACK ON BETA of v1.5.5

stellarweb:

I am probably jumping the gun here (so what else is new? lol) but is it ok to start doing some testing on mods in the plugins section to see if they are going to work with 1.5.5? Or should I wait until 1.5.5 is officially released?
Nothing wrong with testing them!

The most notable potential compatibility issues are with plugins which change core function files like html_output.php and functions_general.php or functions_lookups.php ... and of course any other files that need merging of changes.

29 Dec 2015, 5:55 PM
#168
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: [Closed] FEEDBACK ON BETA of v1.5.5

bn17311:

in mobile template if you click contact us link it takes to you part way down page missing out the store name etc

you wouldnt naturally think to scroll up for store name phone no etc

Attachment 15883
Hmmm ... The focus is automatically set to the first field in the form ... which results in partially scrolling the page downward so that the field is visible. It's a bit of a chicken-vs-egg thing ... as it's impossible to know whether the visitor went to the contact-us page to merely see address/phone info vs with the intention of using the contact-us form. Those are kinda difficult stats to collect ... or, at least, I've not seen any to suggest which "default" is the best for most sites.

This functionality has existed in ZC since v1.3 ... and is driven by the brief javascript in /includes/modules/pages/contact_us/on_load_main.js
I suppose one could alter that javascript to behave differently on mobile devices.
Removing the javascript and using the HTML "autofocus" attribute also causes the same "scroll" effect.

29 Dec 2015, 5:56 PM
#169
stellarweb avatar

stellarweb

Zen Follower

Join Date:
May 2006
Location:
Montana
Posts:
293
Plugin Contributions:
8

Re: [Closed] FEEDBACK ON BETA of v1.5.5

Cool - Thanks Chris. I am on it as soon as I get done with this site I am working on. I will also see what I can do about submitting any of them that need to be updated as well.

DrByte:

Nothing wrong with testing them!

The most notable potential compatibility issues are with plugins which change core function files like html_output.php and functions_general.php or functions_lookups.php ... and of course any other files that need merging of changes.

29 Dec 2015, 6:34 PM
#170
stellarweb avatar

stellarweb

Zen Follower

Join Date:
May 2006
Location:
Montana
Posts:
293
Plugin Contributions:
8

Re: [Closed] FEEDBACK ON BETA of v1.5.5

Anne - I am having a problem identifying why the buttons on the login page are being distorted.... see attached

Attachment 15896

Can you help me figure it out? I have looked in stylesheets as well as the tpl_login_default.php to see if there is coding in there that is magnifying them and I just can't find anything.

THANKS!

29 Dec 2015, 6:55 PM
#171
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: [Closed] FEEDBACK ON BETA of v1.5.5

bn17311:

on desktop template with right column switched off

sample data - category big linked and mixed product types the add button is hidden slightly

Attachment 15884

bn
Fixed .

29 Dec 2015, 7:09 PM
#172
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: [Closed] FEEDBACK ON BETA of v1.5.5

DrByte:

Fixed the missing $options_html_id stuff.
https://github.com/zencart/zencart/commit/e217333bc2d34508b171f978aa9f8835a1aa32da

Its purpose is to allow for javascript targeting of specific CSS IDs on the page, to allow dynamic update stuff.

Looking at the includes/modules/attributes.php changes identified in the above commit, didn't see the "special" case of a dropdown with a single value that results in a radio button instead of a dropdown... Not having tried to use those features, I don't have a suggestion for addressing it, but would certainly want to be sure that one or the other side recognized/addressed that.

29 Dec 2015, 7:11 PM
#173
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: [Closed] FEEDBACK ON BETA of v1.5.5

mc12345678:

Looking at the includes/modules/attributes.php changes identified in the above commit, didn't see the "special" case of a dropdown with a single value that results in a radio button instead of a dropdown... Not having tried to use those features, I don't have a suggestion for addressing it, but would certainly want to be sure that one or the other side recognized/addressed that.

That is covered too ...

29 Dec 2015, 7:21 PM
#174
bn17311 avatar

bn17311

Zen Follower

Join Date:
Apr 2010
Posts:
319
Plugin Contributions:
0

Re: [Closed] FEEDBACK ON BETA of v1.5.5

small thing, enabling and disabling products

while browsing categories products you click on red / green button this is what its called

Attachment 15897

Attachment 15898

but when in product i think you could be confused into thinking you are switching product to out of stock or instock rather than enable / disable

Attachment 15899

unless there is a reason for this. if they do the same job call them the same

bn

29 Dec 2015, 7:34 PM
#175
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: [Closed] FEEDBACK ON BETA of v1.5.5

Ajeh:

That is covered too ...

Well, I guess I meant there is no "unique" consideration for that condition...

$options_html_id[] = 'drp-attrib-' . $products_options_names->fields['products_options_id'];
                    $options_menu[] = zen_draw_radio_field('id[' . $products_options_names->fields['products_options_id'] . ']', $products_options_value_id, 'selected', 'id="' . 'attrib-' . $products_options_names->fields['products_options_id'] . '-' . $products_options_value_id . '"') . '<label class="attribsRadioButton" for="' . 'attrib-' . $products_options_names->fields['products_options_id'] . '-' . $products_options_value_id . '">' . $products_options_details . '</label>' . "\n";

Maybe a drprad setting? Therefore the "handler" can determine which way to go with it? Treat it as a radio button or treat it as a dropdown?

Oh and sorry for any # symbols in the above code. Happens typically when I copy on cell phone from github to post. I doubt I can get them all out once posted and then tryng to edit.

29 Dec 2015, 7:37 PM
#176
bn17311 avatar

bn17311

Zen Follower

Join Date:
Apr 2010
Posts:
319
Plugin Contributions:
0

Re: [Closed] FEEDBACK ON BETA of v1.5.5

minor thing in **configuration maximum values **most items have a better description for title except these

Products on Special
New Products Module
Upcoming Products

bn

29 Dec 2015, 7:43 PM
#177
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: [Closed] FEEDBACK ON BETA of v1.5.5

bn17311:

small thing, enabling and disabling products

while browsing categories products you click on red / green button this is what its called

Attachment 15897

Attachment 15898

but when in product i think you could be confused into thinking you are switching product to out of stock or instock rather than enable / disable

Attachment 15899

unless there is a reason for this. if they do the same job call them the same

bn

If the product listings screen for the in-stock/out-of-stock message is changed, I believe it would also have to be changed on each of the product type data entry screens... In otherwords currently these sets of words match the other respective use/location areas.

29 Dec 2015, 7:52 PM
#178
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: [Closed] FEEDBACK ON BETA of v1.5.5

stellarweb:

Anne - I am having a problem identifying why the buttons on the login page are being distorted.... see attached

Attachment 15896

Can you help me figure it out? I have looked in stylesheets as well as the tpl_login_default.php to see if there is coding in there that is magnifying them and I just can't find anything.

THANKS!

What is the link to the page?

Thanks,

Anne

29 Dec 2015, 8:01 PM
#179
bn17311 avatar

bn17311

Zen Follower

Join Date:
Apr 2010
Posts:
319
Plugin Contributions:
0

Re: [Closed] FEEDBACK ON BETA of v1.5.5

mc12345678:

If the product listings screen for the in-stock/out-of-stock message is changed, I believe it would also have to be changed on each of the product type data entry screens... In otherwords currently these sets of words match the other respective use/location areas.

you lost me there ...

but when editing a product it says in stock or out of stock, but if you click either it enables or disables

if thats the way its meant to be thats ok, but for me i have plenty of products on my site out of stock but don't want them switched off

bn

29 Dec 2015, 8:09 PM
#180
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,086
Plugin Contributions:
56

Re: [Closed] FEEDBACK ON BETA of v1.5.5

picaflor-azul:

What is the link to the page?

Thanks,

Anne
Anne, I think that the issue appears whenever someone chooses to use image-buttons instead of CSS buttons on the responsive template.