Post by sonnyp » Wed Jul 20, 2011 4:16 pm

Good Morning.

I have a slight problem with the Options And Attributes.

Unfortunately i cannot get them to include.

The attributes Will not save and the option + button will not add them.
No errors appear.

Can anyone help? am I doing something wrong?

Thank you.

Newbie

Posts

Joined
Mon Jul 18, 2011 11:10 pm

Post by i2Paq » Wed Jul 20, 2011 6:48 pm

In which browser?

Norman in 't Veldt
Moderator OpenCart Forums

_________________ READ and Search BEFORE POSTING _________________

Our FREE search: Find your answer FAST!.

[How to] BTW + Verzend + betaal setup.


User avatar
Global Moderator

Posts

Joined
Mon Nov 09, 2009 7:00 pm
Location - Winkel - The Netherlands

Post by sonnyp » Wed Jul 20, 2011 6:51 pm

i've tried in internet explorer, firefox and chrome.

Newbie

Posts

Joined
Mon Jul 18, 2011 11:10 pm

Post by i2Paq » Wed Jul 20, 2011 7:01 pm

When did you install this?

Norman in 't Veldt
Moderator OpenCart Forums

_________________ READ and Search BEFORE POSTING _________________

Our FREE search: Find your answer FAST!.

[How to] BTW + Verzend + betaal setup.


User avatar
Global Moderator

Posts

Joined
Mon Nov 09, 2009 7:00 pm
Location - Winkel - The Netherlands

Post by sonnyp » Wed Jul 20, 2011 7:14 pm

3 days ago. thanks

Newbie

Posts

Joined
Mon Jul 18, 2011 11:10 pm

Post by Daniel » Wed Jul 20, 2011 8:23 pm

i think i replied to you already by mail. you type the name of the global attribute or option. set up your global attributes and options.

i'm going to add some help instructions in the admin for this.


http://www.opencart.com/index.php?route ... h=78_25_27

OpenCart®
Project Owner & Developer.


User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by sonnyp » Wed Jul 20, 2011 9:00 pm

Hi Daniel, i haven't had any PM's from you regarding this situation.

there are options and attributes set up in the Catalog>options and Catalog>Attributes>attributes sections but when entering a product and i start to type the option/attribute name no drop down box appears?

any ideas?

thank you

Newbie

Posts

Joined
Mon Jul 18, 2011 11:10 pm

Post by i2Paq » Thu Jul 21, 2011 3:02 am

Download the 1.5.1 again, I had issues myself but with the latest 1.5.1 download it was OK.

Norman in 't Veldt
Moderator OpenCart Forums

_________________ READ and Search BEFORE POSTING _________________

Our FREE search: Find your answer FAST!.

[How to] BTW + Verzend + betaal setup.


User avatar
Global Moderator

Posts

Joined
Mon Nov 09, 2009 7:00 pm
Location - Winkel - The Netherlands

Post by sonnyp » Thu Jul 21, 2011 4:45 am

Finally got it working.

Even Daniel said hes never seen this before. i think the culprate may of been a bad internet connection at work when i was uploading a caused some files to corrupt.

This forum is amazingly helpful.

Thank you very much

Newbie

Posts

Joined
Mon Jul 18, 2011 11:10 pm

Post by i2Paq » Thu Jul 21, 2011 5:24 am

sonnyp wrote:This forum is amazingly helpful.
Thanks, but not everyone will say the same thing ;D

Norman in 't Veldt
Moderator OpenCart Forums

_________________ READ and Search BEFORE POSTING _________________

Our FREE search: Find your answer FAST!.

[How to] BTW + Verzend + betaal setup.


User avatar
Global Moderator

Posts

Joined
Mon Nov 09, 2009 7:00 pm
Location - Winkel - The Netherlands

Post by dony_b » Sat Jul 30, 2011 3:31 am

I just spend an hour figuring this out...not sure why is so complicated to add attributes

User avatar
Active Member

Posts

Joined
Wed Aug 18, 2010 9:56 pm
Location - Boston, MA

Post by SXGuy » Sat Jul 30, 2011 5:16 am

dony_b wrote:I just spend an hour figuring this out...not sure why is so complicated to add attributes
Its not, so either you are doing something wrong or something is wrong with your install.

Active Member

Posts

Joined
Sun Nov 08, 2009 2:07 am

Post by tjbenson » Mon Aug 01, 2011 12:08 am

FWIW - I had this problem and discovered it was because php's mbstring extension wasn't enabled on my server.
<b>Fatal error</b>: Call to undefined function mb_strtolower() in <b>XXXXX/admin/model/catalog/attribute.php</b> on line <b>39</b><br />
As a result the ajax calls that drive these functions were bombing out. A little strange that there wasn't a warning about this in the installer or elsewhere, but an easy enough fix.

So that's one thing to double-check if experiencing this problem.

Newbie

Posts

Joined
Mon Aug 01, 2011 12:00 am

Post by Daniel » Mon Aug 01, 2011 1:43 am

it was fixed in 1.5.1

OpenCart®
Project Owner & Developer.


User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by uksitebuilder » Mon Aug 01, 2011 4:20 am

Daniel wrote:it was fixed in 1.5.1
Looking at my downloads 1.5.1 and 1.5.1.1 mb_strtolower has crept back in Daniel.

Only checked catalog/model/catalog/product.php

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by Daniel » Mon Aug 01, 2011 8:50 pm

FFS

OpenCart®
Project Owner & Developer.


User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by opencartisalright » Mon Aug 01, 2011 10:52 pm

Daniel wrote:FFS
Oh I like guessing acronyms.

Hmmm, lets see... FFS = For Fucks Sake??? :D

Active Member

Posts

Joined
Mon Feb 21, 2011 4:09 am

Post by meagain121 » Tue Aug 09, 2011 6:28 pm

I had to speak to my host to get mbstring enabled. It worked so thanks.

New member

Posts

Joined
Sun Sep 26, 2010 11:12 pm

Post by Daniel » Tue Aug 09, 2011 8:43 pm

people will have to wait until i have finished the order editor before i can get a new release done with the fixes in.

OpenCart®
Project Owner & Developer.


User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by united » Thu Aug 25, 2011 8:52 am

I get the same problem in latest OC (installed a couple days ago) - Products->Option box does nothing and does not allow me to add options. (I have a "Size" option set up in Catalog->Options.) The autocomplete box does nothing and clicking on the green circle button does nothing.

I ran a test to see if I could call mb_strtolower() and it is working fine on my server, so the issue would not appear to have anything to do with that function.

Any ideas how I can debug this?

Thanks,
David

User avatar
Newbie

Posts

Joined
Sun Aug 21, 2011 9:48 am
Location - San Diego, California
Who is online

Users browsing this forum: No registered users and 15 guests