Jump to content

jboku8

Recommended Posts

Hello Everyone,

I can't create specific price from Backoffice for product.. when i click on specific price's add button  it doesn't shows any error.

this started happening after i've modified (int)quantity to (float)quantity in DB also Controllers may be i have missed out something ...

 

how i can solve this does anybody have experience with this kind of issue ?

 

 

Thank you.

 

Regards.

Link to comment
Share on other sites


product page has several sections like informations ,associations, prices, images etc.


 


each of this section is loaded "in background". While browser trying to load one (or more) from these sections - it generates an error, so in effect you see popup with notification about some troubles, "save" buttons are spinning all the time, or you cant open other tabs.


 


To find what section generates such problems it will be necessary to:


  1. go to shop back office
  2. go to section catalog > products
  3. turn on browser console (in chrome ctrl+shift+j)
  4. clear it
  5. open product edit page
  6. watch the console output
  7. one of the entry will be red (error)
  8. copy it and paste here
Link to comment
Share on other sites

 

product page has several sections like informations ,associations, prices, images etc.

 

each of this section is loaded "in background". While browser trying to load one (or more) from these sections - it generates an error, so in effect you see popup with notification about some troubles, "save" buttons are spinning all the time, or you cant open other tabs.

 

To find what section generates such problems it will be necessary to:

  1. go to shop back office
  2. go to section catalog > products
  3. turn on browser console (in chrome ctrl+shift+j)
  4. clear it
  5. open product edit page
  6. watch the console output
  7. one of the entry will be red (error)
  8. copy it and paste here

 

 

Hello Vekia, 

 

thank you for you attention.

 

I don't have tabs loading problem. i tried what you said but everything is clear ...no errors ..

 

http://prntscr.com/ewei0a

 

i try to add specific price as is on screenshot but nothing changes ...returns me back shows specific price section like that

http://prntscr.com/ewejx6

 

i doubt that reason is (int)quantity to (float)quantity changing, I looked through every controller like AdminProductsController, AdminSpeicifPriceRuleController .etc but  did not guess what might be a problem .

 

what you suggest to do ? :(((  

 

P.S. Cart rules work fine 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...