Show Posts


Messages - dulrich

Pages: [1]
1
Customization help / Re: removing the price 0.00 from product listing
« on: November 12, 2017, 05:11:20 PM »
What a shame, I did like Abantecart, to bad there is no tech support. I guess it is going to be Opencart. I have invested a lot of time and energy into this platform I wish I would have known that there was no support before I started.

2
Customization help / Re: removing the price 0.00 from product listing
« on: November 04, 2017, 12:16:18 PM »
I have been accessing the code through file manager in cpanel. I also used FTP once. If you are saying that I should be accessing it through the Abantecart admin could you tell me where to access that.

3
Customization help / Re: removing the price 0.00 from product listing
« on: November 03, 2017, 09:31:56 PM »
Hi, I tried many variations on the code snippet which was recommended. None have made any change in the storefront. There must be some way to do this. Anyone have any ideas?

4
Customization help / Re: removing the price 0.00 from product listing
« on: October 22, 2017, 05:45:57 PM »
Hi, I inserted the code but it did not change the storefront. Here are the modified lines, is this right? I changed free, to choose option below the added code starts on line 19

   if (!$display_price) {
         $item['price'] = '';
      }
if ( substr($product['price'],1) == '0.00' ) {
            $product['price'] = 'Choose Option Below';
         }
      $review = $button_write;
      if ($item['rating']) {
         $review = $item['rating'];

5
Customization help / removing the price 0.00 from product listing
« on: October 16, 2017, 08:57:40 PM »
Hi, I am hoping that I can remove the (0.00) directly under the Blurb both on the product page and on the product details page. the products have several options with prices so I can not enter a price in the product price field. I have tried to replace the 0.00 with text but that didn't work and removing the 0.00 and saving doesn't work either.

6
General Support / Re: SEO URLS lost all my categories
« on: October 16, 2017, 08:11:03 PM »
Ok Thanks for the tip, removing the (.) fixed the issue. When I read the instructions on the Abantecart  documentation site, the dot was there, Not knowing better I thought it belonged on the end of the name. I think, without going back to look, that it probably was suppose to be a period.

7
General Support / SEO URLS lost all my categories
« on: October 14, 2017, 11:12:42 PM »
Hi, I changed .htaccess.txt to .htaccess. and turned on SEO Urls My store is installed at root so I think that is all I needed to do, however all of my categories stopped resolving. When I turned off SEO URLS in settings all the links came back. What am I missing?

8
How-to questions / Re: Duplicating Categories
« on: October 03, 2017, 09:15:02 PM »
Nope unfortunately I am not a programer

9
How-to questions / Re: Duplicating Categories
« on: October 03, 2017, 11:29:08 AM »
That's good to know and I will need to do that. However, I am building a drill down architecture for the menu system. For instance, The home category is in this case (Ford) / first sub (2011) Second sub (f-150) / Third sub "options" (with console) (without console) etc. to drill down to the correct product. My problem is that I need to use the same sub categories for the years 2012, 2013, and 2014 which were all the same body style. Ideally I would like to be able to assign the sub categories to multiple menu strings or be able to copy them. Is this possible or would I need to build each instance individually. What I am building as you see is a huge undertaking, so any thing I can do to streamline the process would be a big help.

Thanks,

Dave

10
How-to questions / Duplicating Categories
« on: October 02, 2017, 09:22:31 PM »
Hi, I am hoping that there is a way to copy or duplicate categories. I am building an automotive website and many of the categories are applicable to multiple model years, so I need to have the same sub categories over multiple years and models.

Is there any way to use sub categories under multiple categories at the same time?

Thanks,

Dave

11
Thank you, The hosting company was able to get it fixed.

12
Hi, I hope noone minds if I use this thread since I am having the same problem. Here is the result I got in the error txt file

2017-09-22 0:59:06 - warning:  AbanteCart core v.1.2 session_start(): open(/tmp/sess_97ee3528e939dcc5fde39970b393b359, O_RDWR) failed: Permission denied (13) in <b>/home/fittedfloorliner/public_html/core/lib/session.php</b> on line <b>107</b>
2017-09-22 0:59:06 - warning:  AbanteCart core v.1.2 Unknown: open(/tmp/sess_97ee3528e939dcc5fde39970b393b359, O_RDWR) failed: Permission denied (13) in <b>Unknown</b> on line <b>50</b>
2017-09-22 0:59:06 - warning:  AbanteCart core v.1.2 Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in <b>Unknown</b> on line <b>50</b>

I have been trying to install this thing for hours now and have tried everything I can think of.

Thanks,

Dave

Pages: [1]

Powered by SMFPacks Social Login Mod