jboku8 Posted April 12, 2017 Share Posted April 12, 2017 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 More sharing options...
vekia Posted April 13, 2017 Share Posted April 13, 2017 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: go to shop back office go to section catalog > products turn on browser console (in chrome ctrl+shift+j) clear it open product edit page watch the console output one of the entry will be red (error) copy it and paste here Link to comment Share on other sites More sharing options...
jboku8 Posted April 14, 2017 Author Share Posted April 14, 2017 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: go to shop back office go to section catalog > products turn on browser console (in chrome ctrl+shift+j) clear it open product edit page watch the console output one of the entry will be red (error) 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 More sharing options...
jboku8 Posted April 18, 2017 Author Share Posted April 18, 2017 Hello Again, I 've created module which is inserting Specific prices table ...but it is not showing in Prices Drops. whats have i missed ? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now