English 中文(简体)
如何估算一个电子商店使用什么模板?
原标题:How to figure out what template an e-shop is using?

曾有研究员,

我正试图列举某个电子店使用哪一种模板。 原因是,电子店主问我,我是否能够改变布局,我无法确定我是否能够根据模板这样做。

我确信,NOT是一种标准的CMS(如Joomla、WP等),有一根金.。

下面,我将在这里向各位介绍一下在浏览浏览浏览器中网站来源时所看到的守则的某些部分,希望你们当中有人像以前那样看到。

<link href="/skins/just/customer/styles.css" rel="stylesheet" type="text/css" /> 
<link href="/skins/just/customer/print.css" rel="stylesheet" media="print" type="text/css" /> 


<link href="/lib/autocomplete/autocomplete.css" rel="stylesheet" type="text/css" /> 

var warning_mark = "&lt;&lt;";

var currencies = {
     primary : {
         decimals_separator :  . ,
         thousands_separator :  , ,
         decimals :  2 ,
         coefficient :  1.00000 
    },
     secondary : {
         decimals_separator :  . ,
         thousands_separator :  , ,
         decimals :  2 ,
         coefficient :  1.00000 
    }
};

var cart_language =  GR ;
var images_dir =  /skins/just/customer/images ;
var notice_displaying_time = 5;
var cart_prices_w_taxes = false;
var translate_mode = false;
var iframe_urls = new Array();
var iframe_extra = new Array();
var regexp = new Array();
$(document).ready(function(){
    jQuery.runCart( C );
});

document.write( <style>.cm-noscript { display:none }</style> ); // hide noscript tags
//]]>






<script type="text/javascript" src="/addons/recurring_billing/js/func.js"></script> 
<script type="text/javascript"> 

// Extend core function
fn_register_hooks( recurring_billing , [ check_exceptions ]);

</script> 

Any kind of help would be highly appreciated! Thanks

最佳回答
问题回答

暂无回答




相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签