Posted - 06/03/2022 : 06:02:46
I've checked everything you suggested - I'm sure I'm missing something:
Product Weight: 0.5 Shipping Type: UPS Shipping Weight: lbs Dimesions: Do not specify Handling Charge: 0 Handling Charge (Percentage): 0 Insurance Cost: 0
Includes file:
$GLOBALS['adminencoding']='utf-8'; $GLOBALS['iswordpress']=TRUE; // Essential for WordPress Store
$GLOBALS['htmleditor']="froala"; $GLOBALS['nocatid']=TRUE; $GLOBALS['showinstock']=TRUE;
$GLOBALS['manufacturerfield']="Manufacturer"; $GLOBALS['usefirstlastname']=FALSE; $GLOBALS['notifybackinstock']=TRUE; $GLOBALS['removedefaultoptiontext']=TRUE; $GLOBALS['nocreateaccountoncheckout']=TRUE;
$GLOBALS['usecategoryname']=TRUE;
// Shipping / Tax Options $GLOBALS['taxShipping']=0; $GLOBALS['taxHandling']=0;
$GLOBALS['estimateshipping']=TRUE; $GLOBALS['autobillingtoshipping']=FALSE;
// Payment Options $GLOBALS['payproviderradios']=1; $GLOBALS['persistentcart']=5;
// Layout Options
// The product layouts are controlled by the following parameters. // There are more details at this location // https://www.ecommercetemplates.com/help/layouts.asp
$GLOBALS['ectqbuystyle']=1; // Can be 1, 2 or 3 $GLOBALS['ectproductstyle']=1; // Can be 1, 2 or 3 $GLOBALS['ectdetailstyle']=1; // Can be 1, 2 or 3 //$GLOBALS['categorycolumns']=2; // Optional parameter to set initial category columns to other than default //$GLOBALS['productcolumns']=2; // Optional parameter to set initial product page columns to other than default
// You can specify the elements and their order as they appear in the products, detail and quick buy layouts. Recommended defaults are used but // if you wish to specify your own using the parameters below, adjusting them to your requirements. Just select the option ... // WP Admin -> Appearance -> Customize -> ECT Theme Options -> Product Page Layout -> Use custom layouts defined in vsadmin/includes.php
$GLOBALS['productpagelayout']='productimage, productname, reviewstars, listprice, price'; $GLOBALS['detailpagelayout']='navigation,productimage,productname,instock,description,reviewstarslarge,manufacturer,sku,custom1,quantitypricing,listprice,price,currency,options,quantity,addtocart,previousnext,socialmedia,custom2,reviews'; $GLOBALS['quickbuylayout']="productimage,productname,discounts,reviewstars,instock,productid,sku,description,options,listprice,price,currency,detaillink,addtocart";
$GLOBALS['actionaftercart']=3;
$GLOBALS['useimageincart']=TRUE; $GLOBALS['linkcartproducts']=TRUE; $GLOBALS['recentlyviewed']=TRUE; $GLOBALS['numrecentlyviewed']=5;
// Customer Login $GLOBALS['enableclientlogin']=FALSE; $GLOBALS['allowclientregistration']=FALSE;
// Customer Reviews and Ratings $GLOBALS['enablecustomerratings']=TRUE;
// Affiliate Options $GLOBALS['expireaffiliate']=30;
// Discount Options $GLOBALS['nogiftcertificate']=FALSE;
// Gift Registry and Wish Lists $GLOBALS['enablewishlists']=FALSE; $GLOBALS['wishlistonproducts']=FALSE;
// Cross Selling / Upselling $GLOBALS['crosssellaction']='bestsellers,related'; $GLOBALS['csbestsellerstitle']='Our best sellers'; $GLOBALS['csrecommendedtitle']='Recommended items'; $GLOBALS['bestsellerlimit']=180;
// Social Media $GLOBALS['socialmediabuttons']='facebook,twitter,pinterest'; ?>
|