Page 1 of 1
Re: Solve a puzzle ! (Solved).
Posted: 17 Feb 2014, 17:17
by NikGrey
I am on the verge of opening my shop - I found a new theme which is exactly what I need but I cannot get a crucial tool working with this new skin.. I have never been able to get my head around coding so am at a loss.
The tool works with Cubecarts stock skins, just not with this one and I am stuck..
Do we have any coders on here ? I could really do with some help right now.

Re: Solve a puzzle ! (Solved).
Posted: 17 Feb 2014, 17:41
by Mattie
how is the tool coded?
1. is coded for the default cubecart theme
2. Is it just html or something that can be pasted in to any theme
Sometimes if it's built for default theme you would have to change the code to the new theme name
Re: Solve a puzzle ! (Solved).
Posted: 20 Feb 2014, 00:05
by dazzul
You solved this?
Re: Solve a puzzle ! (Solved).
Posted: 20 Feb 2014, 16:15
by NikGrey
Yes, just recently solved.. I had help from Cubecart:
The Vector skin is Fusion-based. As such, Fusion is required to be running prior to when CubeCart tells Smarty what skin to be using.
When specific Tool files were called via ajax requests, those files had CubeCart run through its controller file.
For a reason I have not yet determined, Smarty was crashing on the skin when CubeCart was running through all the things it does via the controller.
Thus, the Tool's file never finished executing and no data was received by the ajax caller.
What we did (mostly), was to 'micro-manage' CubeCart's waking-up to avoid the point where the skin is initialized.
Now I have another to solve - I had an 'Image Uploader' made for the stock skins which is not working with this Vector/Fusion system.. I'm not going to have a lot of time to figure this out as we are leaving tomorrow for the P&P show and will not be back until Tuesday next week.
I will take my Mac though, so will do what I can.