

Claudia M
Member-
Content Count
668 -
Joined
-
Last visited
-
Days Won
11
Claudia M last won the day on July 12 2017
Claudia M had the most liked content!
Community Reputation
4 NeutralRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
I sent you an email
-
Sounds good to me!!
-
Yes they are. You helped me with the special data tab - created a code snippet. I don't understand the POSTed stuff at all. The excel_name is what I put in the inventory table
-
yes, "section-left|right" classes are mine I don't understand this: foreach ($_POST['product'] as $p_id => $p_e_n) { do_something_with( $p_e_n['excel_name'] ); }
-
Thanks for posting the issue in Github This is what I have in admin/skins/products: {if isset($DISPLAY_PRODUCT_FORM)} <div id="general" class="tab_content"> <h3>{$LANG.catalogue.title_information_general}</h3> <input type="hidden" name="product_id" value="{$PRODUCT.product_id}"> <fieldset> <legend>{$LANG.catalogue.title_information_basic}</legend> <div><label for="">{$LANG.common.status}</label><span><input type="hidden" name="status" id="p
-
I don't use product options at all. Hey while I have you here can you help me with something please. I created a new database table( I'm probably getting the terminology wrong) in the cubecart_inventory database called excel_name. I would like that information to automatically show in the special data tab I created for the order_summary database when I sell a product that has that field populated in the admin/product inventory/ general information section. I already have that setup. Can this be done? Thanks in advance, Claudia
-
Claudia M started following 6.4.1 changes to images, PHP Warning Order.class 6.4.1 and Sold Items
-
Since I upgraded to 6.4.1 I keep getting this PHP Warning [26-Nov-2020 13:32:43 America/Louisville] PHP Warning: implode() [<a href='http://docs.php.net/manual/en/function.implode.php'>function.implode.php</a>]: Invalid arguments passed in /home/claudias/public_html/classes/order.class.php on line 304
-
I saw that box but I thought it was a checkbox to uncheck if you didn't want to use that image. I guess I should have put my glasses on! LOL Sorry to bother you with this
-
That worked Brian. Thank You!! Have you had a chance to look at my post in Install and Upgrade about the images? Thanks for all you do!!!!
-
Is this it in the class.catalogue public function getCategoryProducts($category_id, $page = 1, $per_page = 10, $hidden = false) { if (strtolower($page) == 'all') { $per_page = false; $page = false; } $where = " AND INV.available = '1'"; $where2 = $this->outOfStockWhere(false, 'INV', true);
-
I don't think I changed anything like that. You may want to look at these topics from when we originally did this. https://forums.cubecart.com/topic/54725-remove-price-when-out-of-stock-or-unavailable/?tab=comments#comment-237277 I leave "available for Purchase" and Use stock level checked in the product after it is sold (it still shows in the category page at this time). When I'm sure the item has been delivered I uncheck them and this is when the item should not show in category
-
Thanks Brian that took care of the products showing but the pagination is still showing the amount of pages as if the products were still there. https://www.claudiasbargains.com/boxes-crates-and-drawers.html
-
Here you go: <div id="ccScroll"> <ul class="small-block-grid-1 medium-block-grid-3 large-block-grid-3 product_list" data-equalizer> {foreach from=$PRODUCTS item=product} <li> <form action="{$VAL_SELF}" method="post" class="panel add_to_basket"> <div class="product_grid_view"> <div data-equalizer-watch> <div class="text-center"> <a href="{$product.url}" title="{$product.name}"><img class="th" src="{$product.thumbnail}" alt="{$prod
-
Hey Brian, I upgraded to 6.4.1 and this is not working. All my sold items are now showing in the category page. What do I need to do? Thanks
-
Hi, I just upgraded to 6.4.1 and have some questions about the new images. Is there any way I can rename one photo and move it to another folder without having to change the name of the photo on my computer and then upload it to the new folder. I do not delete my items that are sold. I do delete all the photos for that item except the main image. I rename it by removing the 01-in front of the name and then move it to a special folder I created for sold items. Then I go back and delete the original image folder for that product. Can I still do that?