saveSchemer give me 0

Tagged: 

This topic has been marked as resolved.

Im trying to save a custom color on the color Schemer and after i click save it gives me a 0 in the screen.
Any idea?

June 1, 2012 at 10:00 pm #9649

Hi,

Could you provide some more information? We may need your website address, admin and ftp access as well.

You can use hidepost to share private information with the support staff.

Best,
ThemeBurn team

June 4, 2012 at 4:27 pm #9757

i have similar problem too. when i launch Schemer and want to save changes, the new page loads to http://www.mywebsitename.com/tb/saveSchemer but gives error with an 404 page not found. i still couldn’t find what the hell causes this problem. grrrrrrr

  • This reply was modified 4191 days ago by  burhangullu.
November 9, 2012 at 10:52 pm #15098
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
November 16, 2012 at 9:09 am #15220

Try the following workaround. Open catalog/view/theme/shoppica2/template/tb/schemer.tpl and replace

<?php echo $this->url->link('tb/saveSchemer'); ?>
with

/index.php?route=tb/saveSchemer

Regards,
ThemeBurn team

November 16, 2012 at 9:16 am #15222

Thanks. it solved my problem !

i have replaced as you told. but one missing. you must do the same for ;

replace
url->link(‘tb/saveSchemer’); ?>

with
/index.php?route=tb/removeSchemer

This will make the schemer remove when you touch remove button of schemer.

  • This reply was modified 4184 days ago by  burhangullu.
  • This reply was modified 4184 days ago by  burhangullu.
November 16, 2012 at 9:54 pm #15283

Hi,

Our bad, we totally forgot the remove button.

Thanks for the remark :)
ThemeBurn team

November 19, 2012 at 10:36 am #15320

You’re welcome.

November 19, 2012 at 11:09 am #15327
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.