Show Posts


Topics - behold

Pages: [1]
1
Customization help / add a link from product to custom form
« on: August 24, 2017, 08:15:54 AM »
Hello,
I have a product that is a special order item - set to "call to order" which directs the customer to our contact page. I'd like to change the "call to order" link to direct customer to a new custom form.

found this old thread: http://forum.abantecart.com/index.php/topic,4412.msg19286.html#msg19286
but wasn't resolved

Is there a way to do this?

Also, how would I add/load a custom response page/message once the form is submitted?
I've tried adding a new "Content" page. Added the link "thank-you" (with and without /) for the Forms Manager > "Success Page" and upon submitting the form get "The page you requested cannot be found."

even tried putting the full url path for "Success Page" https://...../thank-you

And because the thank you page is a "Content" page - i now have a link in my footer to this page. not desirable. Is there a way to create a new page that is doesn't show up as a link in the footer?

Clearly I'm missing something here - maybe many things :(

Thanks

2
General Support / Force agree to Return Policy at checkout not showing
« on: August 06, 2017, 05:58:20 PM »
Hi All -
Not sure if this is me - I think this was working at some point... ???

I have settings> Checkout> Checkout Terms: ON for Return Policy. The problem is at checkout text appears "By clicking Confirm Order, you accept and agree to all terms of Return Policy" at the top of the page (as opposed to down at the bottom near the "Confirm Order" button). It is correctly linked to the Return Policy page (popup) but there is no check box available to force customer agreement.  :o

Tried:
Changing to other content options
disabling and creating new Return Policy page

BTW, agree to Privacy Policy with check box is working for customer: Account Terms when creating an account

Not sure where else to look at this point - thanks for any guidance

3
Customization help / Styling Dropdown cart
« on: July 30, 2017, 07:24:32 PM »
Moved the dropdown cart block to the right of the page - and the little triangle at the top of the dropdown is now misaligned (I know not a top priority :o) and would like to remove the little bugger if possible. Is this in a style sheet? See image below.

4
Customization help / Remove newsletter op in customer account
« on: July 25, 2017, 01:50:05 PM »
Been successful in removing newsletter sign up from most of the site - still can't remove from customers account page under "NOTIFICATIONS AND NEWSLETTER" (see image)


5
General Support / white space under footer
« on: March 05, 2014, 10:32:35 PM »
Hi
I'm using AC 1.1.7
A white space (margin) appears below the footer (In Chrome +/- 0.25 inch; in IE almost 0.5 in)
I've examined the footer.tpl and don't see any likely suspects. When I use my browser to inspect the element I see this...

<p style="position: absolute !important; text-indent: -10000px !important; font-size:1px !important; margin:0; padding:0; height:1px;">
    <a style="margin:0; padding:0; height:1px; font-size:1px !important;" href="" title="Powered by Abantecart eCommerce Solution">Powered by Abantecart eCommerce Solution</a>
</p>

<a style="margin:0; padding:0; height:1px; font-size:1px !important;" href="" title="Powered by Abantecart eCommerce Solution">Powered by Abantecart eCommerce Solution</a>


How can I remove this margin?

Thanks in advance for your help
Chris

6
General Support / Show customer name after login
« on: February 13, 2014, 08:12:41 PM »
Using V 1.1.7
Revisiting an old post.
Original post: http://forum.abantecart.com/index.php/topic,1039.msg3954.html#msg3954

After logging in, I'd like to be able to have the customer's name appear in the header of every page. Something to the effect; Welcome "Customer Name."

The customers first name does appear on the customers account dashboard.

In... storefront/view/default_html5/template/pages/account/account.tpl
is the code... <span class="subtext"><?php echo $customer_name; ?></span>

In... storefront/controller/pages/account/account.php
is the code... $this->data['customer_name'] = $this->customer->getFirstName();

Would either of these work? The question is, now what? Is this a simple matter of creating a new block? If so what additional HTML/code is required?

I'm fairly novice so would appreciate if someone could walk me through this.

Many thanks in advance.

Chris

Pages: [1]

Powered by SMFPacks Social Login Mod