PDA

View Full Version : Any ecommerce users of Monster Commerce?


Freehold Fred
05-31-2006, 03:04 AM
Or are there any users of any similar online web stores.

These store front designs are very confining. They claim that because of security, they prohibit full FTP.

Therefore, the design is a hybrid of off-site design in FrontPage or Dreamweaver, uploading custom files, but all of the 'site' wide control is done online through file managers and site editors.

Case in point:
I am working with a client to redesign her site and homepage: http://www.kimboed.com
Each portion of the site layout is managed by online site editors: left navigation column, top banner, body1 they call message area, and body2 that they call news area, plus footer and company info.

The basic element of the page's design consists of fixed tables.

The issue I am having is to develop/modify a STYLESHEET.
Apparently, we can access, download, modify, and re-upload a modified Custom.css. The bxtch is that since we can't do true FTP, I cannot really link to the site and all of my design references are local. We can't upload the final page, only the table. And the only #$#%@!# way is through copy and paste.

We happen to be using Dreamweaver 8.

I can't copy the <STYLE> tag because that goes in the HEAD section, not the BODY section, and we can only access the table in the body.

I could do <DIV>, <SPAN> and inline styles, but this is overwhelming for my client to hand code this.

What to do? Any and all suggestions will be appreciated, including easier store fronts, hybrid systems (normal FTP or FP websites with redirects to the ecommerce portion).

Freehold Fred

Dan18960
05-31-2006, 07:54 AM
Fred,

Macromedia in v2004 came with a product that locked the website design so that ONLY the developer could make changes via some password / design locks. It did allow "authorized" users to edit the site (graphics, text, etc) via the added module.

I would have to dig out my Macromedia Studio to get all of the info - I had dreams of doing some heavy duty web designing of my personal page and company page which I haven't touched in YEARS (which is BAD).

The problem with this is that most designers didn't provide the raw code to the clients.

Freehold Fred
06-01-2006, 04:54 AM
Dan,

I am using DreamWeaver 8. It is not DW that prohibits FTP; it is the site, MonsterCommerce. Nevertheless, we are making progress creating a custom stylesheet offline and uploading that to the site. Then all the tables are tagged as <TD class="whatever">, or same thing with <p> and <DIV>.

Another suggestion that I got from MC's forum was to create a normal index.html and simply link it to the server's index.asp.


Fred,

Macromedia in v2004 came with a product that locked the website design so that ONLY the developer could make changes via some password / design locks. It did allow "authorized" users to edit the site (graphics, text, etc) via the added module.

I would have to dig out my Macromedia Studio to get all of the info - I had dreams of doing some heavy duty web designing of my personal page and company page which I haven't touched in YEARS (which is BAD).

The problem with this is that most designers didn't provide the raw code to the clients.